Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c893 linCurrentState->isTxBusy = false; in LIN_LPUART_ProcessSendFrameData()
923 linCurrentState->isTxBusy = false; in LIN_LPUART_ProcessSendFrameData()
971 linCurrentState->isTxBusy = false; in LIN_LPUART_ProcessSendFrameData()
1077 linCurrentState->isTxBusy = false; in LIN_LPUART_Init()
1217 linCurrentState->isTxBusy = true; in LIN_LPUART_SendFrameDataBlocking()
1286 linCurrentState->isTxBusy = true; in LIN_LPUART_SendFrameData()
1506 linCurrentState->isTxBusy = false; in LIN_LPUART_AbortTransferData()
Dlin_driver.h131 volatile bool isTxBusy; /*!< True if the LIN interface is transmitting frame data. */ member
Dfsl_lin.h198 volatile bool isTxBusy; /*!< True if the LIN interface is transmitting frame data. */ member
Dlin_driver.c481 linCurrentState->isTxBusy = false; in LIN_DRV_TimeoutService()
Dfsl_lin.c562 linCurrentState->isTxBusy = false; in LIN_TimeoutService()