Home
last modified time | relevance | path

Searched refs:txState (Results 1 – 25 of 38) sorted by relevance

12

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpsci_dma.c111 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()
Dfsl_uart_dma.c139 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()
Dfsl_uart_edma.c171 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()
Dfsl_lpuart_edma.c184 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()
Dfsl_flexio_uart_edma.c169 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()
Dfsl_flexio_uart.c499 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()
Dfsl_lpsci.c590 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()
Dfsl_uart.c946 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()
Dfsl_lpuart.c1120 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()
Dfsl_uart_dma.h71 volatile uint8_t txState; /*!< TX transfer state. */ member
Dfsl_lpsci_dma.h71 volatile uint8_t txState; /*!< TX transfer state. */ member
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_usart_dma.c150 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()
Dfsl_usart.c688 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()
Dfsl_usart_dma.h56 volatile uint8_t txState; /*!< TX transfer state. */ member
/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_usart_dma.c150 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()
Dfsl_usart.c688 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/
Dfsl_lpuart_edma.c184 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()
Dfsl_flexio_uart_edma.c169 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()
Dfsl_flexio_uart.c515 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()
Dfsl_lpuart.c1120 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()
Dfsl_lpuart_edma.h53 volatile uint8_t txState; /*!< TX transfer state. */ member
Dfsl_flexio_uart_edma.h54 volatile uint8_t txState; /*!< TX transfer state. */ member
/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_uart_sdma.c149 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()
Dfsl_uart.c868 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()
Dfsl_uart_sdma.h47 volatile uint8_t txState; /*!< TX transfer state. */ member

12