Searched refs:LIN_NODE_STATE_SLEEP_MODE (Results 1 – 3 of 3) sorted by relevance
330 if (linCurrentState->currentNodeState == LIN_NODE_STATE_SLEEP_MODE) in LIN_LPUART_ProcessBreakDetect()843 if (linCurrentState->currentNodeState != LIN_NODE_STATE_SLEEP_MODE) in LIN_LPUART_ProcessReceiveFrameData()1190 bool checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_SendFrameDataBlocking()1257 bool checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_SendFrameData()1374 bool checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_RecvFrmDataBlocking()1442 bool checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); in LIN_LPUART_RecvFrmData()1583 linCurrentState->currentNodeState = LIN_NODE_STATE_SLEEP_MODE; in LIN_LPUART_GoToSleepMode()1697 checkSleepMode = (LIN_NODE_STATE_SLEEP_MODE == linCurrentState->currentNodeState); 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()[all …]
104 LIN_NODE_STATE_SLEEP_MODE = 0x01U, /*!< Sleep mode state */ enumerator
150 LIN_NODE_STATE_SLEEP_MODE = 0x01U, /*!< Sleep mode state */ enumerator