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