Lines Matching refs:currentNodeState
330 if (linCurrentState->currentNodeState == LIN_NODE_STATE_SLEEP_MODE) in LIN_LPUART_ProcessBreakDetect()
351 if (linCurrentState->currentNodeState == LIN_NODE_STATE_SEND_BREAK_FIELD) in LIN_LPUART_ProcessBreakDetect()
354 linCurrentState->currentNodeState = LIN_NODE_STATE_SEND_PID; in LIN_LPUART_ProcessBreakDetect()
364 if ((linCurrentState->currentNodeState == LIN_NODE_STATE_RECV_DATA) || in LIN_LPUART_ProcessBreakDetect()
365 (linCurrentState->currentNodeState == LIN_NODE_STATE_SEND_DATA)) in LIN_LPUART_ProcessBreakDetect()
388 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()
546 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_PID; in LIN_LPUART_AutobaudTimerValEval()
612 switch (linCurrentState->currentNodeState) in LIN_LPUART_ProcessFrame()
650 switch (linCurrentState->currentNodeState) in LIN_LPUART_ProcessFrameHeader()
659 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_PID; in LIN_LPUART_ProcessFrameHeader()
686 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_PID; in LIN_LPUART_ProcessFrameHeader()
701 linCurrentState->currentNodeState = LIN_NODE_STATE_IDLE; in LIN_LPUART_ProcessFrameHeader()
742 linCurrentState->currentNodeState = LIN_NODE_STATE_IDLE; in LIN_LPUART_ProcessFrameHeader()
819 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_DATA_COMPLETED; in LIN_LPUART_ProcessReceiveFrameData()
843 if (linCurrentState->currentNodeState != LIN_NODE_STATE_SLEEP_MODE) in LIN_LPUART_ProcessReceiveFrameData()
955 linCurrentState->currentNodeState = LIN_NODE_STATE_SEND_DATA_COMPLETED; in LIN_LPUART_ProcessSendFrameData()
1074 linCurrentState->currentNodeState = LIN_NODE_STATE_IDLE; in LIN_LPUART_Init()
1156 linCurrentState->currentNodeState = LIN_NODE_STATE_UNINIT; in LIN_LPUART_Deinit()
1190 bool checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_SendFrameDataBlocking()
1228 linCurrentState->currentNodeState = LIN_NODE_STATE_SEND_DATA; in LIN_LPUART_SendFrameDataBlocking()
1257 bool checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_SendFrameData()
1283 linCurrentState->currentNodeState = LIN_NODE_STATE_SEND_DATA; in LIN_LPUART_SendFrameData()
1374 bool checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_RecvFrmDataBlocking()
1399 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_DATA; in LIN_LPUART_RecvFrmDataBlocking()
1442 bool checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_RecvFrmData()
1467 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_DATA; in LIN_LPUART_RecvFrmData()
1583 linCurrentState->currentNodeState = LIN_NODE_STATE_SLEEP_MODE; in LIN_LPUART_GoToSleepMode()
1643 linCurrentState->currentNodeState = LIN_NODE_STATE_IDLE; in LIN_LPUART_GotoIdleState()
1697 checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_MasterSendHeader()
1718 linCurrentState->currentNodeState = LIN_NODE_STATE_SEND_BREAK_FIELD; in LIN_LPUART_MasterSendHeader()
1749 if (linCurrentState->currentNodeState == LIN_NODE_STATE_SLEEP_MODE) in LIN_LPUART_EnableIRQ()
1786 if (linCurrentState->currentNodeState == LIN_NODE_STATE_SLEEP_MODE) in LIN_LPUART_DisableIRQ()
1840 switch (linCurrentState->currentNodeState) in LIN_LPUART_AutoBaudCapture()
1891 linCurrentState->currentNodeState = LIN_NODE_STATE_RECV_SYNC; in LIN_LPUART_AutoBaudCapture()
1914 if (linCurrentState->currentNodeState == LIN_NODE_STATE_IDLE) in LIN_LPUART_AutoBaudCapture()
1975 if (linCurrentState->currentNodeState == LIN_NODE_STATE_SLEEP_MODE) in LIN_LPUART_IRQHandler()
1993 if (linCurrentState->currentNodeState == LIN_NODE_STATE_SEND_DATA) in LIN_LPUART_IRQHandler()
2006 if (linCurrentState->currentNodeState == LIN_NODE_STATE_RECV_DATA) in LIN_LPUART_IRQHandler()