Searched refs:PWM_RELOADV (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pwm/
H A Dpwm-lpc32xx.c28 #define PWM_RELOADV(x) (((x) & 0xFF) << 8) macro
74 val |= PWM_RELOADV(period_cycles) | PWM_DUTY(duty_cycles); lpc32xx_pwm_config()

Completed in 136 milliseconds