Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_numaker.c262 uint16_t next_cnt; in pwm_numaker_get_cap_cycle() local
302 next_cnt = (next_edge == EPWM_CAPTURE_INT_FALLING_LATCH) in pwm_numaker_get_cap_cycle()
306 *cycles = (period_reloads * NUMAKER_PWM_RELOAD_CNT) + curr_cnt - next_cnt; in pwm_numaker_get_cap_cycle()
308 *cycles, period_reloads, epwm->CAPIF, curr_cnt, next_cnt); in pwm_numaker_get_cap_cycle()