Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c388 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_SYNC; in LIN_LPUART_ProcessBreakDetect()
464 bool checkNodeState = (linCurrentState->currentNodeState == LIN_NODE_STATE_RECV_SYNC); in LIN_LPUART_AutobaudTimerValEval()
615 case LIN_NODE_STATE_RECV_SYNC: in LIN_LPUART_ProcessFrame()
653 case LIN_NODE_STATE_RECV_SYNC: in LIN_LPUART_ProcessFrameHeader()
1891 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_SYNC; in LIN_LPUART_AutoBaudCapture()
Dlin_driver.h107 LIN_NODE_STATE_RECV_SYNC = 0x04U, /*!< Receive the synchronization byte state */ enumerator
Dfsl_lin.h153 LIN_NODE_STATE_RECV_SYNC = 0x04U, /*!< Receive the synchronization byte state */ enumerator