Home
last modified time | relevance | path

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

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