Searched refs:currentNodeState (Results 1 – 5 of 5) sorted by relevance
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()[all …]
434 retVal = linCurrentState->currentNodeState; in LIN_DRV_GetCurrentNodeState()459 lin_node_state_t state = linCurrentState->currentNodeState; in LIN_DRV_TimeoutService()
513 retVal = linCurrentState->currentNodeState; in LIN_GetCurrentNodeState()538 lin_node_state_t state = linCurrentState->currentNodeState; in LIN_TimeoutService()
140 volatile lin_node_state_t currentNodeState; /*!< Current Node state */ member
207 volatile lin_node_state_t currentNodeState; /*!< Current Node state */ member