Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_rcar.c24 #define RCAR_PWM_MAX_CYCLE 1023U macro
101 if (*period_cycles > RCAR_PWM_MAX_CYCLE) { in pwm_rcar_update_clk()
103 while (*period_cycles > RCAR_PWM_MAX_CYCLE) { in pwm_rcar_update_clk()
114 while (*period_cycles < (RCAR_PWM_MAX_CYCLE / 2)) { in pwm_rcar_update_clk()
174 if (period_cycles > RCAR_PWM_MAX_CYCLE || period_cycles < (RCAR_PWM_MAX_CYCLE / 2)) { in pwm_rcar_set_cycles()