Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
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.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()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
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.c24 kFLEXIO_UART_TxBusy, /* TX busy. */ enumerator
602 if ((uint8_t)kFLEXIO_UART_TxBusy == handle->txState) in FLEXIO_UART_TransferSendNonBlocking()
611 handle->txState = (uint8_t)kFLEXIO_UART_TxBusy; in FLEXIO_UART_TransferSendNonBlocking()