Home
last modified time | relevance | path

Searched refs:kFLEXIO_UART_TxBusy (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart_edma.c31 kFLEXIO_UART_TxBusy, /* TX busy. */ enumerator
220 if ((uint8_t)kFLEXIO_UART_TxBusy == handle->txState) in FLEXIO_UART_TransferSendEDMA()
226 handle->txState = (uint8_t)kFLEXIO_UART_TxBusy; in FLEXIO_UART_TransferSendEDMA()
Dfsl_flexio_uart_dma.c31 kFLEXIO_UART_TxBusy, /* TX busy. */ enumerator
227 if ((uint8_t)kFLEXIO_UART_TxBusy == handle->txState) in FLEXIO_UART_TransferSendDMA()
233 handle->txState = (uint8_t)kFLEXIO_UART_TxBusy; in FLEXIO_UART_TransferSendDMA()
Dfsl_flexio_uart.c24 kFLEXIO_UART_TxBusy, /* TX busy. */ enumerator
620 if ((uint8_t)kFLEXIO_UART_TxBusy == handle->txState) in FLEXIO_UART_TransferSendNonBlocking()
629 handle->txState = (uint8_t)kFLEXIO_UART_TxBusy; in FLEXIO_UART_TransferSendNonBlocking()