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

  /src/sys/dev/i2c/
pca9685.c 278 error = pcapwm_program_channel(sc, chan, 0, PCA9685_PWM_TICKS);
309 if (on_tick & PCA9685_PWM_TICKS) {
311 } else if (off_tick & PCA9685_PWM_TICKS) {
322 signed_off_tick += PCA9685_PWM_TICKS;
325 PCA9685_PWM_TICKS);
370 (PCA9685_PWM_TICKS * pwm_freq);
467 off_tick = PCA9685_PWM_TICKS;
469 on_tick = PCA9685_PWM_TICKS;
473 PCA9685_PWM_TICKS * (uint64_t)conf->duty_cycle;
480 if (ticks >= PCA9685_PWM_TICKS) {
    [all...]
pca9685reg.h 94 #define PCA9685_PWM_TICKS 4096

Completed in 12 milliseconds