/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/usart/ |
D | fsl_usart_dma.c | 148 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandleDMA() 204 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendDMA() 210 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendDMA() 297 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSendDMA() 364 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCountDMA() 380 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferDMAHandleIRQ()
|
D | fsl_usart.c | 780 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandle() 826 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking() 839 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking() 865 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSend() 885 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCount() 1270 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferHandleIRQ()
|
D | fsl_usart_dma.h | 56 volatile uint8_t txState; /*!< TX transfer state. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/ |
D | fsl_uart_edma.c | 171 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandleEDMA() 240 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_SendEDMA() 246 handle->txState = (uint8_t)kUART_TxBusy; in UART_SendEDMA() 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()
|
D | fsl_uart_dma.c | 166 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandleDMA() 235 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_TransferSendDMA() 241 handle->txState = (uint8_t)kUART_TxBusy; in UART_TransferSendDMA() 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()
|
D | fsl_uart_dma.h | 53 volatile uint8_t txState; /*!< TX transfer state. */ member
|
D | fsl_uart_edma.h | 53 volatile uint8_t txState; /*!< TX transfer state. */ member
|
D | fsl_uart.c | 946 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandle() 1066 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_TransferSendNonBlocking() 1075 handle->txState = (uint8_t)kUART_TxBusy; in UART_TransferSendNonBlocking() 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.5.0/mcux/mcux-sdk/drivers/flexio/uart/ |
D | fsl_flexio_uart_dma.c | 86 uartPrivateHandle->handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferSendDMACallback() 157 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferCreateHandleDMA() 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() 328 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferAbortSendDMA() 373 if ((uint8_t)kFLEXIO_UART_TxIdle == handle->txState) in FLEXIO_UART_TransferGetSendCountDMA()
|
D | fsl_flexio_uart_edma.c | 169 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferCreateHandleEDMA() 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() 325 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferAbortSendEDMA() 397 if ((uint8_t)kFLEXIO_UART_TxIdle == handle->txState) in FLEXIO_UART_TransferGetSendCountEDMA()
|
D | fsl_flexio_uart.c | 515 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferCreateHandle() 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() 655 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferAbortSend() 674 if ((uint8_t)kFLEXIO_UART_TxIdle == handle->txState) in FLEXIO_UART_TransferGetSendCount() 996 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferHandleIRQ()
|
D | fsl_flexio_uart_dma.h | 52 volatile uint8_t txState; /*!< TX transfer state. */ member
|
D | fsl_flexio_uart_edma.h | 54 volatile uint8_t txState; /*!< TX transfer state. */ member
|
D | fsl_flexio_uart.h | 140 volatile uint8_t txState; /*!< TX transfer state. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/ |
D | fsl_lpuart_dma.c | 197 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferCreateHandleDMA() 271 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendDMA() 277 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendDMA() 373 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferAbortSendDMA() 421 if ((uint8_t)kLPUART_TxIdle == handle->txState) in LPUART_TransferGetSendCountDMA() 480 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferDMAHandleIRQ()
|
D | fsl_lpuart_edma.c | 219 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferCreateHandleEDMA() 293 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_SendEDMA() 299 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_SendEDMA() 404 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferAbortSendEDMA() 478 if ((uint8_t)kLPUART_TxIdle == handle->txState) in LPUART_TransferGetSendCountEDMA() 515 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferEdmaHandleIRQ()
|
D | fsl_lpuart_dma.h | 51 volatile uint8_t txState; /*!< TX transfer state. */ member
|
D | fsl_lpuart_edma.h | 53 volatile uint8_t txState; /*!< TX transfer state. */ member
|
D | fsl_lpuart.c | 1220 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferCreateHandle() 1342 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendNonBlocking() 1351 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendNonBlocking() 1385 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferAbortSend() 1408 if ((uint8_t)kLPUART_TxIdle == handle->txState) in LPUART_TransferGetSendCount() 1858 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferHandleTransmissionComplete()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iuart/ |
D | fsl_uart_sdma.c | 137 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandleSDMA() 205 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_SendSDMA() 211 handle->txState = (uint8_t)kUART_TxBusy; in UART_SendSDMA() 323 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferAbortSendSDMA() 361 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferSdmaHandleIRQ()
|
D | fsl_uart.c | 859 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandle() 965 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_TransferSendNonBlocking() 974 handle->txState = (uint8_t)kUART_TxBusy; in UART_TransferSendNonBlocking() 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()
|
D | fsl_uart_sdma.h | 47 volatile uint8_t txState; /*!< TX transfer state. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_miniusart/ |
D | fsl_usart.c | 587 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandle() 628 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking() 637 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking() 663 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSend() 686 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCount() 996 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferHandleIRQ()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpsci/ |
D | fsl_lpsci.c | 590 handle->txState = kLPSCI_TxIdle; in LPSCI_TransferCreateHandle() 661 if (kLPSCI_TxBusy == handle->txState) in LPSCI_TransferSendNonBlocking() 670 handle->txState = kLPSCI_TxBusy; in LPSCI_TransferSendNonBlocking() 688 handle->txState = kLPSCI_TxIdle; in LPSCI_TransferAbortSend() 696 if (kLPSCI_TxIdle == handle->txState) in LPSCI_TransferGetSendCount() 1048 handle->txState = kLPSCI_TxIdle; in LPSCI_TransferHandleIRQ()
|
D | fsl_lpsci.h | 197 volatile uint8_t txState; /*!< TX transfer state. */ member
|