Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_mcux_pwt.c40 uint32_t low_overflows; member
142 data->low_overflows = 0; in mcux_pwt_enable_capture()
164 uint32_t low_overflows, in mcux_pwt_calc_period() argument
170 if (u32_add_overflow(high_overflows, low_overflows, &period)) { in mcux_pwt_calc_period()
233 data->low_overflows, &data->low_overflows); in mcux_pwt_isr()
248 err = mcux_pwt_calc_pulse(npw, data->low_overflows, in mcux_pwt_isr()
258 data->low_overflows, in mcux_pwt_isr()
276 data->low_overflows = 0; in mcux_pwt_isr()