Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_mcux_pwt.c148 static int mcux_pwt_calc_period(uint16_t ppw, uint16_t npw, in mcux_pwt_calc_period() argument
171 if (u32_add_overflow(period, npw, &period)) { in mcux_pwt_calc_period()
208 uint16_t npw; in mcux_pwt_isr() local
227 npw = PWT_ReadNegativePulseWidth(config->base); in mcux_pwt_isr()
234 err = mcux_pwt_calc_pulse(npw, data->low_overflows, in mcux_pwt_isr()
242 err = mcux_pwt_calc_period(ppw, npw, in mcux_pwt_isr()