Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c967 linCurrentState->txCompleted = true; in LIN_LPUART_ProcessSendFrameData()
1084 linCurrentState->txCompleted = false; in LIN_LPUART_Init()
1219 linCurrentState->txCompleted = false; in LIN_LPUART_SendFrameDataBlocking()
Dlin_driver.h146 …volatile bool txCompleted; /*!< Used to wait for LIN interface ISR to complete tr… member
Dfsl_lin.h213 …volatile bool txCompleted; /*!< Used to wait for LIN interface ISR to complete tr… member
Dlin_driver.c482 linCurrentState->txCompleted = true; in LIN_DRV_TimeoutService()
Dfsl_lin.c563 linCurrentState->txCompleted = true; in LIN_TimeoutService()