Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/pwm/
Dpwm_mcux_ftm.c306 uint32_t first_cnv; in mcux_ftm_capture_second_edge() local
314 first_cnv = config->base->CONTROLS[PAIR_1ST_CH(pair)].CnV; in mcux_ftm_capture_second_edge()
325 if (unlikely(capture->first_edge_overflow && first_cnv > capture->first_edge_cnt)) { in mcux_ftm_capture_second_edge()
343 cycles -= first_cnv; in mcux_ftm_capture_second_edge()
351 cycles = second_cnv - first_cnv; in mcux_ftm_capture_second_edge()
356 pair, capture->first_edge_overflows, second_edge_overflows, overflows, first_cnv, in mcux_ftm_capture_second_edge()