Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_dma.c26 kUSART_TxBusy, /* TX busy. */ enumerator
204 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendDMA()
210 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendDMA()
Dfsl_usart.c34 kUSART_TxBusy, /* TX busy. */ enumerator
826 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking()
839 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.c19 kUSART_TxBusy, /* TX busy. */ enumerator
628 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking()
637 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_usart_cmsis.c85 kUSART_TxBusy, /*!< TX busy. */ enumerator
491 stat.tx_busy = (((uint8_t)kUSART_TxBusy == usart->handle->txState) ? (1U) : (0U)); in USART_DmaGetStatus()
780 stat.tx_busy = (((uint8_t)kUSART_TxBusy == usart->handle->txState) ? (1U) : (0U)); in USART_NonBlockingGetStatus()