HomeSort by: relevance | last modified time | path
    Searched defs:on_tick (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
pca9685.c 138 uint16_t on_tick, uint16_t off_tick)
145 regs[0] = (uint8_t)(on_tick & 0xff);
146 regs[1] = (uint8_t)((on_tick >> 8) & 0xff);
295 uint16_t on_tick, off_tick; local in function:pcapwm_pwm_get_config
301 error = pcapwm_inspect_channel(sc, chan, &on_tick, &off_tick);
309 if (on_tick & PCA9685_PWM_TICKS) {
320 signed_off_tick -= on_tick;
454 uint16_t on_tick, off_tick; local in function:pcapwm_pwm_set_config
466 on_tick = 0;
469 on_tick = PCA9685_PWM_TICKS
    [all...]
pca9685.c 138 uint16_t on_tick, uint16_t off_tick)
145 regs[0] = (uint8_t)(on_tick & 0xff);
146 regs[1] = (uint8_t)((on_tick >> 8) & 0xff);
295 uint16_t on_tick, off_tick; local in function:pcapwm_pwm_get_config
301 error = pcapwm_inspect_channel(sc, chan, &on_tick, &off_tick);
309 if (on_tick & PCA9685_PWM_TICKS) {
320 signed_off_tick -= on_tick;
454 uint16_t on_tick, off_tick; local in function:pcapwm_pwm_set_config
466 on_tick = 0;
469 on_tick = PCA9685_PWM_TICKS
    [all...]

Completed in 121 milliseconds