Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_mcux_ftm.c311 uint32_t first_cnv; in mcux_ftm_capture_second_edge() local
319 first_cnv = config->base->CONTROLS[PAIR_1ST_CH(pair)].CnV; in mcux_ftm_capture_second_edge()
330 if (unlikely(capture->first_edge_overflow && first_cnv > capture->first_edge_cnt)) { in mcux_ftm_capture_second_edge()
348 cycles -= first_cnv; in mcux_ftm_capture_second_edge()
356 cycles = second_cnv - first_cnv; in mcux_ftm_capture_second_edge()
361 pair, capture->first_edge_overflows, second_edge_overflows, overflows, first_cnv, in mcux_ftm_capture_second_edge()