Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c1828 uint32_t tmpTime = 0U; in LIN_LPUART_AutoBaudCapture() local
1833 (void)linUserConfig->timerGetTimeIntervalCallback(&tmpTime); in LIN_LPUART_AutoBaudCapture()
1836 s_timeMeasure[instance] += tmpTime; in LIN_LPUART_AutoBaudCapture()
1845 if ((tmpTime >= 150000U) && (tmpTime <= 5000000U)) in LIN_LPUART_AutoBaudCapture()
1869 if (tmpTime >= AUTOBAUD_BREAK_TIME_MIN) in LIN_LPUART_AutoBaudCapture()