Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_mcux_pwt.c162 static int mcux_pwt_calc_period(uint16_t ppw, uint16_t npw, in mcux_pwt_calc_period() argument
185 if (u32_add_overflow(period, npw, &period)) { in mcux_pwt_calc_period()
222 uint16_t npw; in mcux_pwt_isr() local
241 npw = PWT_ReadNegativePulseWidth(config->base); in mcux_pwt_isr()
248 err = mcux_pwt_calc_pulse(npw, data->low_overflows, in mcux_pwt_isr()
256 err = mcux_pwt_calc_period(ppw, npw, in mcux_pwt_isr()