Lines Matching refs:currentEventId
368 linCurrentState->currentEventId = LIN_LAST_RESPONSE_SHORT_ERROR; in LIN_LPUART_ProcessBreakDetect()
378 linCurrentState->currentEventId = LIN_RECV_BREAK_FIELD_OK; in LIN_LPUART_ProcessBreakDetect()
431 linCurrentState->currentEventId = LIN_WAKEUP_SIGNAL; in LIN_LPUART_CheckWakeupSignal()
535 linCurrentState->currentEventId = LIN_BAUDRATE_ADJUSTED; in LIN_LPUART_AutobaudTimerValEval()
547 linCurrentState->currentEventId = LIN_SYNC_OK; in LIN_LPUART_AutobaudTimerValEval()
656 linCurrentState->currentEventId = LIN_SYNC_OK; in LIN_LPUART_ProcessFrameHeader()
663 linCurrentState->currentEventId = LIN_SYNC_ERROR; in LIN_LPUART_ProcessFrameHeader()
697 linCurrentState->currentEventId = LIN_SYNC_ERROR; in LIN_LPUART_ProcessFrameHeader()
719 linCurrentState->currentEventId = LIN_PID_OK; in LIN_LPUART_ProcessFrameHeader()
738 linCurrentState->currentEventId = LIN_PID_ERROR; in LIN_LPUART_ProcessFrameHeader()
759 linCurrentState->currentEventId = LIN_PID_OK; in LIN_LPUART_ProcessFrameHeader()
774 linCurrentState->currentEventId = LIN_PID_ERROR; in LIN_LPUART_ProcessFrameHeader()
823 linCurrentState->currentEventId = LIN_RX_COMPLETED; in LIN_LPUART_ProcessReceiveFrameData()
850 linCurrentState->currentEventId = LIN_CHECKSUM_ERROR; in LIN_LPUART_ProcessReceiveFrameData()
882 linCurrentState->currentEventId = LIN_READBACK_ERROR; in LIN_LPUART_ProcessSendFrameData()
912 linCurrentState->currentEventId = LIN_READBACK_ERROR; in LIN_LPUART_ProcessSendFrameData()
954 linCurrentState->currentEventId = LIN_TX_COMPLETED; in LIN_LPUART_ProcessSendFrameData()
1215 linCurrentState->currentEventId = LIN_NO_EVENT; in LIN_LPUART_SendFrameDataBlocking()
1284 linCurrentState->currentEventId = LIN_NO_EVENT; in LIN_LPUART_SendFrameData()
1324 if (linCurrentState->currentEventId == LIN_NO_EVENT) in LIN_LPUART_GetTransmitStatus()
1339 else if (linCurrentState->currentEventId == LIN_TIMEOUT_ERROR) in LIN_LPUART_GetTransmitStatus()
1400 linCurrentState->currentEventId = LIN_NO_EVENT; in LIN_LPUART_RecvFrmDataBlocking()
1468 linCurrentState->currentEventId = LIN_NO_EVENT; in LIN_LPUART_RecvFrmData()
1538 if (linCurrentState->currentEventId == LIN_NO_EVENT) in LIN_LPUART_GetReceiveStatus()
1553 else if (linCurrentState->currentEventId == LIN_TIMEOUT_ERROR) in LIN_LPUART_GetReceiveStatus()
1719 linCurrentState->currentEventId = LIN_NO_EVENT; in LIN_LPUART_MasterSendHeader()
1847 linCurrentState->currentEventId = LIN_WAKEUP_SIGNAL; in LIN_LPUART_AutoBaudCapture()
1881 linCurrentState->currentEventId = LIN_RECV_BREAK_FIELD_OK; in LIN_LPUART_AutoBaudCapture()
1991 linCurrentState->currentEventId = LIN_FRAME_ERROR; in LIN_LPUART_IRQHandler()