Home
last modified time | relevance | path

Searched refs:kUART_TxIdle (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_dma.c57 kUART_TxIdle, /* TX idle. */ enumerator
166 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandleDMA()
335 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferAbortSendDMA()
383 if ((uint8_t)kUART_TxIdle == handle->txState) in UART_TransferGetSendCountDMA()
427 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferDMAHandleIRQ()
Dfsl_uart_edma.c57 kUART_TxIdle, /* TX idle. */ enumerator
171 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandleEDMA()
342 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferAbortSendEDMA()
416 if ((uint8_t)kUART_TxIdle == handle->txState) in UART_TransferGetSendCountEDMA()
442 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferEdmaHandleIRQ()
Dfsl_uart.c23 kUART_TxIdle, /* TX idle. */ enumerator
946 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandle()
1109 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferAbortSend()
1129 if ((uint8_t)kUART_TxIdle == handle->txState) in UART_TransferGetSendCount()
1777 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferHandleIRQ()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart_sdma.c28 kUART_TxIdle, /* TX idle. */ enumerator
137 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandleSDMA()
323 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferAbortSendSDMA()
361 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferSdmaHandleIRQ()
Dfsl_uart.c23 kUART_TxIdle, /* TX idle. */ enumerator
859 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandle()
1000 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferAbortSend()
1021 if ((uint8_t)kUART_TxIdle == handle->txState) in UART_TransferGetSendCount()
1506 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferHandleIRQ()
1517 (handle->txState == (uint8_t)kUART_TxIdle)) in UART_TransferHandleIRQ()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/iuart/
Dfsl_uart_cmsis.c82 kUART_TxIdle, /*!< TX idle. */ enumerator