Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_mcux_pwt.c39 uint32_t high_overflows; member
141 data->high_overflows = 0; in mcux_pwt_enable_capture()
163 uint32_t high_overflows, in mcux_pwt_calc_period() argument
170 if (u32_add_overflow(high_overflows, low_overflows, &period)) { in mcux_pwt_calc_period()
230 data->high_overflows, &data->high_overflows); in mcux_pwt_isr()
251 err = mcux_pwt_calc_pulse(ppw, data->high_overflows, in mcux_pwt_isr()
257 data->high_overflows, in mcux_pwt_isr()
275 data->high_overflows = 0; in mcux_pwt_isr()