Home
last modified time | relevance | path

Searched refs:currentNodeState (Results 1 – 5 of 5) 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()
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()
[all …]
Dlin_driver.c434 retVal = linCurrentState->currentNodeState; in LIN_DRV_GetCurrentNodeState()
459 lin_node_state_t state = linCurrentState->currentNodeState; in LIN_DRV_TimeoutService()
Dfsl_lin.c513 retVal = linCurrentState->currentNodeState; in LIN_GetCurrentNodeState()
538 lin_node_state_t state = linCurrentState->currentNodeState; in LIN_TimeoutService()
Dlin_driver.h140 volatile lin_node_state_t currentNodeState; /*!< Current Node state */ member
Dfsl_lin.h207 volatile lin_node_state_t currentNodeState; /*!< Current Node state */ member