Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c99 static uint32_t s_previousTwoBitTimeLength[FSL_FEATURE_SOC_LPUART_COUNT] = {0U}; variable
590 … ((100U - BIT_RATE_TOLERANCE_UNSYNC) * s_previousTwoBitTimeLength[instance] / 100U)) || in LIN_LPUART_EvalTwoBitTimeLength()
592 … ((100U + BIT_RATE_TOLERANCE_UNSYNC) * s_previousTwoBitTimeLength[instance] / 100U))) in LIN_LPUART_EvalTwoBitTimeLength()
600 s_previousTwoBitTimeLength[instance] = twoBitTimeLength; in LIN_LPUART_EvalTwoBitTimeLength()
1007 s_previousTwoBitTimeLength[instance] = 0U; in LIN_LPUART_Init()