/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_lpsci_dma.c | 111 lpsciPrivateHandle->handle->txState = kLPSCI_TxIdle; in LPSCI_TransferSendDMACallback() 159 handle->txState = kLPSCI_TxIdle; in LPSCI_TransferCreateHandleDMA() 207 if (kLPSCI_TxBusy == handle->txState) in LPSCI_TransferSendDMA() 213 handle->txState = kLPSCI_TxBusy; in LPSCI_TransferSendDMA() 285 handle->txState = kLPSCI_TxIdle; in LPSCI_TransferAbortSendDMA() 311 if (kLPSCI_TxIdle == handle->txState) in LPSCI_TransferGetSendCountDMA()
|
D | fsl_uart_dma.c | 139 uartPrivateHandle->handle->txState = kUART_TxIdle; in UART_TransferSendDMACallback() 187 handle->txState = kUART_TxIdle; in UART_TransferCreateHandleDMA() 235 if (kUART_TxBusy == handle->txState) in UART_TransferSendDMA() 241 handle->txState = kUART_TxBusy; in UART_TransferSendDMA() 313 handle->txState = kUART_TxIdle; in UART_TransferAbortSendDMA() 339 if (kUART_TxIdle == handle->txState) in UART_TransferGetSendCountDMA()
|
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_lpuart_edma.c | 184 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferCreateHandleEDMA() 258 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_SendEDMA() 264 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_SendEDMA() 369 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferAbortSendEDMA() 443 if ((uint8_t)kLPUART_TxIdle == handle->txState) in LPUART_TransferGetSendCountEDMA() 473 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferEdmaHandleIRQ()
|
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 | 499 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferCreateHandle() 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() 637 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferAbortSend() 656 if ((uint8_t)kFLEXIO_UART_TxIdle == handle->txState) in FLEXIO_UART_TransferGetSendCount() 978 handle->txState = (uint8_t)kFLEXIO_UART_TxIdle; in FLEXIO_UART_TransferHandleIRQ()
|
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_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()
|
D | fsl_lpuart.c | 1120 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferCreateHandle() 1242 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendNonBlocking() 1251 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendNonBlocking() 1285 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferAbortSend() 1308 if ((uint8_t)kLPUART_TxIdle == handle->txState) in LPUART_TransferGetSendCount() 1784 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferHandleIRQ()
|
D | fsl_uart_dma.h | 71 volatile uint8_t txState; /*!< TX transfer state. */ member
|
D | fsl_lpsci_dma.h | 71 volatile uint8_t txState; /*!< TX transfer state. */ member
|
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/ |
D | fsl_usart_dma.c | 150 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandleDMA() 206 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendDMA() 212 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendDMA() 299 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSendDMA() 366 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCountDMA() 382 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferDMAHandleIRQ()
|
D | fsl_usart.c | 688 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandle() 738 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking() 751 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking() 777 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSend() 797 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCount() 1132 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-2.7.6/mcux/drivers/lpc/ |
D | fsl_usart_dma.c | 150 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandleDMA() 206 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendDMA() 212 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendDMA() 299 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSendDMA() 366 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCountDMA() 382 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferDMAHandleIRQ()
|
D | fsl_usart.c | 688 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandle() 738 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking() 751 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking() 777 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSend() 797 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCount() 1132 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferHandleIRQ()
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_lpuart_edma.c | 184 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferCreateHandleEDMA() 258 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_SendEDMA() 264 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_SendEDMA() 369 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferAbortSendEDMA() 443 if ((uint8_t)kLPUART_TxIdle == handle->txState) in LPUART_TransferGetSendCountEDMA() 473 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferEdmaHandleIRQ()
|
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_lpuart.c | 1120 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferCreateHandle() 1242 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendNonBlocking() 1251 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendNonBlocking() 1285 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferAbortSend() 1308 if ((uint8_t)kLPUART_TxIdle == handle->txState) in LPUART_TransferGetSendCount() 1784 handle->txState = (uint8_t)kLPUART_TxIdle; in LPUART_TransferHandleIRQ()
|
D | fsl_lpuart_edma.h | 53 volatile uint8_t txState; /*!< TX transfer state. */ member
|
D | fsl_flexio_uart_edma.h | 54 volatile uint8_t txState; /*!< TX transfer state. */ member
|
/hal_nxp-2.7.6/mcux/drivers/imx8/ |
D | fsl_uart_sdma.c | 149 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandleSDMA() 209 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_SendSDMA() 215 handle->txState = (uint8_t)kUART_TxBusy; in UART_SendSDMA() 327 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferAbortSendSDMA()
|
D | fsl_uart.c | 868 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferCreateHandle() 974 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_TransferSendNonBlocking() 983 handle->txState = (uint8_t)kUART_TxBusy; in UART_TransferSendNonBlocking() 1009 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferAbortSend() 1030 if ((uint8_t)kUART_TxIdle == handle->txState) in UART_TransferGetSendCount() 1514 handle->txState = (uint8_t)kUART_TxIdle; in UART_TransferHandleIRQ() 1525 (handle->txState == (uint8_t)kUART_TxIdle)) in UART_TransferHandleIRQ()
|
D | fsl_uart_sdma.h | 47 volatile uint8_t txState; /*!< TX transfer state. */ member
|