Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c330 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 …]
Dlin_driver.h104 LIN_NODE_STATE_SLEEP_MODE = 0x01U, /*!< Sleep mode state */ enumerator
Dfsl_lin.h150 LIN_NODE_STATE_SLEEP_MODE = 0x01U, /*!< Sleep mode state */ enumerator