Home
last modified time | relevance | path

Searched refs:isRxBusy (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c838 linCurrentState->isRxBusy = false; in LIN_LPUART_ProcessReceiveFrameData()
860 linCurrentState->isRxBusy = false; in LIN_LPUART_ProcessReceiveFrameData()
1078 linCurrentState->isRxBusy = false; in LIN_LPUART_Init()
1402 linCurrentState->isRxBusy = true; in LIN_LPUART_RecvFrmDataBlocking()
1470 linCurrentState->isRxBusy = true; in LIN_LPUART_RecvFrmData()
1507 linCurrentState->isRxBusy = false; in LIN_LPUART_AbortTransferData()
Dlin_driver.h132 volatile bool isRxBusy; /*!< True if the LIN interface is receiving frame data. */ member
Dfsl_lin.h199 volatile bool isRxBusy; /*!< True if the LIN interface is receiving frame data. */ member
Dlin_driver.c513 linCurrentState->isRxBusy = false; in LIN_DRV_TimeoutService()
Dfsl_lin.c596 linCurrentState->isRxBusy = false; in LIN_TimeoutService()