Home
last modified time | relevance | path

Searched refs:kLPUART_TxBusy (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_dma.c30 kLPUART_TxBusy, /* TX busy. */ enumerator
271 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendDMA()
277 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendDMA()
Dfsl_lpuart_edma.c41 kLPUART_TxBusy, /* TX busy. */ enumerator
293 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_SendEDMA()
299 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_SendEDMA()
Dfsl_lpuart.c33 kLPUART_TxBusy, /*!< TX busy. */ enumerator
1342 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendNonBlocking()
1351 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendNonBlocking()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c297 kLPUART_TxBusy, /*!< TX busy. */ enumerator
768 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_DmaGetStatus()
1033 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_EdmaGetStatus()
1300 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_NonBlockingGetStatus()