Searched refs:npw (Results 1 – 1 of 1) sorted by relevance
148 static int mcux_pwt_calc_period(uint16_t ppw, uint16_t npw, in mcux_pwt_calc_period() argument171 if (u32_add_overflow(period, npw, &period)) { in mcux_pwt_calc_period()208 uint16_t npw; in mcux_pwt_isr() local227 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()