/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_lpsci.c | 589 handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferCreateHandle() 633 if (handle->rxState == kLPSCI_RxIdle) in LPSCI_TransferStopRingBuffer() 735 if (kLPSCI_RxBusy == handle->rxState) in LPSCI_TransferReceiveNonBlocking() 783 handle->rxState = kLPSCI_RxBusy; in LPSCI_TransferReceiveNonBlocking() 804 handle->rxState = kLPSCI_RxBusy; in LPSCI_TransferReceiveNonBlocking() 846 handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferAbortReceive() 854 if (kLPSCI_RxIdle == handle->rxState) in LPSCI_TransferGetReceiveCount() 874 handle->rxState = kLPSCI_RxParityError; in LPSCI_TransferHandleIRQ() 887 handle->rxState = kLPSCI_RxFramingError; in LPSCI_TransferHandleIRQ() 940 handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferHandleIRQ() [all …]
|
D | fsl_lpsci_dma.c | 133 lpsciPrivateHandle->handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferReceiveDMACallback() 158 handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferCreateHandleDMA() 245 if (kLPSCI_RxBusy == handle->rxState) in LPSCI_TransferReceiveDMA() 251 handle->rxState = kLPSCI_RxBusy; in LPSCI_TransferReceiveDMA() 302 handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferAbortReceiveDMA() 327 if (kLPSCI_RxIdle == handle->rxState) in LPSCI_TransferGetReceiveCountDMA()
|
D | fsl_uart_dma.c | 161 uartPrivateHandle->handle->rxState = kUART_RxIdle; in UART_TransferReceiveDMACallback() 186 handle->rxState = kUART_RxIdle; in UART_TransferCreateHandleDMA() 273 if (kUART_RxBusy == handle->rxState) in UART_TransferReceiveDMA() 279 handle->rxState = kUART_RxBusy; in UART_TransferReceiveDMA() 330 handle->rxState = kUART_RxIdle; in UART_TransferAbortReceiveDMA() 355 if (kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCountDMA()
|
D | fsl_flexio_camera_edma.c | 130 handle->rxState = (uint8_t)kFLEXIO_CAMERA_RxIdle; in FLEXIO_CAMERA_TransferCreateHandleEDMA() 167 if ((uint8_t)kFLEXIO_CAMERA_RxBusy == handle->rxState) in FLEXIO_CAMERA_TransferReceiveEDMA() 173 handle->rxState = (uint8_t)kFLEXIO_CAMERA_RxBusy; in FLEXIO_CAMERA_TransferReceiveEDMA() 211 handle->rxState = (uint8_t)kFLEXIO_CAMERA_RxIdle; in FLEXIO_CAMERA_TransferAbortReceiveEDMA() 236 if ((uint8_t)kFLEXIO_CAMERA_RxBusy == handle->rxState) in FLEXIO_CAMERA_TransferGetReceiveCountEDMA()
|
D | fsl_uart.c | 945 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandle() 1016 if (handle->rxState == (uint8_t)kUART_RxIdle) in UART_TransferStopRingBuffer() 1205 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_TransferReceiveNonBlocking() 1257 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking() 1282 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking() 1342 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceive() 1362 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCount() 1500 handle->rxState = (uint8_t)kUART_RxFramingError; in UART_TransferHandleIRQ() 1522 handle->rxState = (uint8_t)kUART_RxParityError; in UART_TransferHandleIRQ() 1570 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferHandleIRQ() [all …]
|
D | fsl_flexio_uart.c | 498 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferCreateHandle() 561 if (handle->rxState == (uint8_t)kFLEXIO_UART_RxIdle) in FLEXIO_UART_TransferStopRingBuffer() 721 if ((uint8_t)kFLEXIO_UART_RxBusy == handle->rxState) in FLEXIO_UART_TransferReceiveNonBlocking() 769 handle->rxState = (uint8_t)kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveNonBlocking() 790 handle->rxState = (uint8_t)kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveNonBlocking() 826 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferAbortReceive() 845 if ((uint8_t)kFLEXIO_UART_RxIdle == handle->rxState) in FLEXIO_UART_TransferGetReceiveCount() 902 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferHandleIRQ()
|
D | fsl_flexio_uart_edma.c | 168 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferCreateHandleEDMA() 278 if ((uint8_t)kFLEXIO_UART_RxBusy == handle->rxState) in FLEXIO_UART_TransferReceiveEDMA() 284 handle->rxState = (uint8_t)kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveEDMA() 346 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferAbortReceiveEDMA() 368 if ((uint8_t)kFLEXIO_UART_RxIdle == handle->rxState) in FLEXIO_UART_TransferGetReceiveCountEDMA()
|
D | fsl_uart_edma.c | 170 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandleEDMA() 294 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_ReceiveEDMA() 300 handle->rxState = (uint8_t)kUART_RxBusy; in UART_ReceiveEDMA() 364 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceiveEDMA() 385 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCountEDMA()
|
D | fsl_lpuart_edma.c | 183 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandleEDMA() 317 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_ReceiveEDMA() 323 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_ReceiveEDMA() 391 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceiveEDMA() 412 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCountEDMA()
|
D | fsl_lpuart.c | 1119 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandle() 1198 if (handle->rxState == (uint8_t)kLPUART_RxIdle) in LPUART_TransferStopRingBuffer() 1388 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveNonBlocking() 1441 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking() 1466 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking() 1513 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceive() 1536 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCount() 1602 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleIRQ() 1662 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleIRQ()
|
D | fsl_flexio_camera_edma.h | 48 volatile uint8_t rxState; /*!< RX transfer state */ member
|
D | fsl_uart_dma.h | 72 volatile uint8_t rxState; /*!< RX transfer state */ member
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_flexio_camera_edma.c | 130 handle->rxState = (uint8_t)kFLEXIO_CAMERA_RxIdle; in FLEXIO_CAMERA_TransferCreateHandleEDMA() 167 if ((uint8_t)kFLEXIO_CAMERA_RxBusy == handle->rxState) in FLEXIO_CAMERA_TransferReceiveEDMA() 173 handle->rxState = (uint8_t)kFLEXIO_CAMERA_RxBusy; in FLEXIO_CAMERA_TransferReceiveEDMA() 211 handle->rxState = (uint8_t)kFLEXIO_CAMERA_RxIdle; in FLEXIO_CAMERA_TransferAbortReceiveEDMA() 236 if ((uint8_t)kFLEXIO_CAMERA_RxBusy == handle->rxState) in FLEXIO_CAMERA_TransferGetReceiveCountEDMA()
|
D | fsl_flexio_uart_edma.c | 168 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferCreateHandleEDMA() 278 if ((uint8_t)kFLEXIO_UART_RxBusy == handle->rxState) in FLEXIO_UART_TransferReceiveEDMA() 284 handle->rxState = (uint8_t)kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveEDMA() 346 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferAbortReceiveEDMA() 368 if ((uint8_t)kFLEXIO_UART_RxIdle == handle->rxState) in FLEXIO_UART_TransferGetReceiveCountEDMA()
|
D | fsl_flexio_uart.c | 514 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferCreateHandle() 579 if (handle->rxState == (uint8_t)kFLEXIO_UART_RxIdle) in FLEXIO_UART_TransferStopRingBuffer() 739 if ((uint8_t)kFLEXIO_UART_RxBusy == handle->rxState) in FLEXIO_UART_TransferReceiveNonBlocking() 787 handle->rxState = (uint8_t)kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveNonBlocking() 808 handle->rxState = (uint8_t)kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveNonBlocking() 844 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferAbortReceive() 863 if ((uint8_t)kFLEXIO_UART_RxIdle == handle->rxState) in FLEXIO_UART_TransferGetReceiveCount() 920 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferHandleIRQ()
|
D | fsl_lpuart_edma.c | 183 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandleEDMA() 317 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_ReceiveEDMA() 323 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_ReceiveEDMA() 391 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceiveEDMA() 412 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCountEDMA()
|
D | fsl_lpuart.c | 1119 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandle() 1198 if (handle->rxState == (uint8_t)kLPUART_RxIdle) in LPUART_TransferStopRingBuffer() 1388 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveNonBlocking() 1441 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking() 1466 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking() 1513 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceive() 1536 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCount() 1602 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleIRQ() 1662 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleIRQ()
|
D | fsl_flexio_camera_edma.h | 48 volatile uint8_t rxState; /*!< RX transfer state */ member
|
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/ |
D | fsl_usart_dma.c | 101 usartPrivateHandle->handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferReceiveDMACallback() 149 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandleDMA() 258 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveDMA() 264 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveDMA() 317 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceiveDMA() 338 if ((uint8_t)kUSART_RxIdle == handle->rxState) in USART_TransferGetReceiveCountDMA()
|
D | fsl_usart.c | 162 if (handle->rxState == (uint8_t)kUSART_RxIdle) in USART_TransferStopRingBuffer() 687 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandle() 876 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveNonBlocking() 919 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking() 942 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking() 981 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceive() 1001 if ((uint8_t)kUSART_RxIdle == handle->rxState) in USART_TransferGetReceiveCount() 1064 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferHandleIRQ()
|
/hal_nxp-2.7.6/mcux/drivers/lpc/ |
D | fsl_usart_dma.c | 101 usartPrivateHandle->handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferReceiveDMACallback() 149 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandleDMA() 258 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveDMA() 264 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveDMA() 317 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceiveDMA() 338 if ((uint8_t)kUSART_RxIdle == handle->rxState) in USART_TransferGetReceiveCountDMA()
|
D | fsl_usart.c | 162 if (handle->rxState == (uint8_t)kUSART_RxIdle) in USART_TransferStopRingBuffer() 687 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandle() 876 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveNonBlocking() 919 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking() 942 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking() 981 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceive() 1001 if ((uint8_t)kUSART_RxIdle == handle->rxState) in USART_TransferGetReceiveCount() 1064 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferHandleIRQ()
|
/hal_nxp-2.7.6/mcux/drivers/imx8/ |
D | fsl_uart.c | 867 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandle() 932 if (handle->rxState == (uint8_t)kUART_RxIdle) in UART_TransferStopRingBuffer() 1095 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_TransferReceiveNonBlocking() 1143 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking() 1164 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking() 1207 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceive() 1227 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCount() 1263 handle->rxState = (uint8_t)kUART_RxFramingError; in UART_TransferHandleIRQ() 1278 handle->rxState = (uint8_t)kUART_RxParityError; in UART_TransferHandleIRQ() 1318 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferHandleIRQ() [all …]
|
D | fsl_uart_sdma.c | 148 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandleSDMA() 271 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_ReceiveSDMA() 277 handle->rxState = (uint8_t)kUART_RxBusy; in UART_ReceiveSDMA() 349 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceiveSDMA()
|
D | fsl_uart_sdma.h | 48 volatile uint8_t rxState; /*!< RX transfer state */ member
|