Lines Matching defs:off_tick
138 uint16_t on_tick, uint16_t off_tick)
147 regs[2] = (uint8_t)(off_tick & 0xff);
148 regs[3] = (uint8_t)((off_tick >> 8) & 0xff);
295 uint16_t on_tick, off_tick;
301 error = pcapwm_inspect_channel(sc, chan, &on_tick, &off_tick);
311 } else if (off_tick & PCA9685_PWM_TICKS) {
319 int signed_off_tick = off_tick;
454 uint16_t on_tick, off_tick;
467 off_tick = PCA9685_PWM_TICKS;
470 off_tick = 0;
485 off_tick = (u_int)ticks;
488 error = pcapwm_program_channel(sc, chan, on_tick, off_tick);