/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/drivers/host/ |
D | data_format_hdlc.c | 29 switch (pHostRxPkt->rxState) /* Process the character. */ in HDLC_Process_Rx_Byte() 35 pHostRxPkt->rxState = HOST_RX_STATE_GETTINGPACKETDATA; in HDLC_Process_Rx_Byte() 73 pHostRxPkt->rxState = HOST_RX_STATE_WAITFORPACKETMARKER; in HDLC_Process_Rx_Byte() 81 pHostRxPkt->rxState = HOST_RX_STATE_GETTINGPACKETDATA; in HDLC_Process_Rx_Byte() 96 pHostRxPkt->rxState = HOST_RX_STATE_WAITFORPACKETMARKER; in HDLC_Process_Rx_Byte()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/camera/ |
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_camera_edma.h | 48 volatile uint8_t rxState; /*!< RX transfer state */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/usart/ |
D | fsl_usart_dma.c | 99 usartPrivateHandle->handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferReceiveDMACallback() 147 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandleDMA() 256 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveDMA() 262 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveDMA() 315 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceiveDMA() 336 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() 779 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandle() 964 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveNonBlocking() 1007 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking() 1030 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking() 1069 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceive() 1089 if ((uint8_t)kUSART_RxIdle == handle->rxState) in USART_TransferGetReceiveCount() 1202 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferHandleIRQ()
|
D | fsl_usart_dma.h | 57 volatile uint8_t rxState; /*!< RX transfer state */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpsci/ |
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 …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/uart/ |
D | fsl_flexio_uart_dma.c | 105 uartPrivateHandle->handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferReceiveDMACallback() 156 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferCreateHandleDMA() 280 if ((uint8_t)kFLEXIO_UART_RxBusy == handle->rxState) in FLEXIO_UART_TransferReceiveDMA() 286 handle->rxState = (uint8_t)kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveDMA() 353 handle->rxState = (uint8_t)kFLEXIO_UART_RxIdle; in FLEXIO_UART_TransferAbortReceiveDMA() 400 if ((uint8_t)kFLEXIO_UART_RxIdle == handle->rxState) in FLEXIO_UART_TransferGetReceiveCountDMA()
|
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_flexio_uart_dma.h | 53 volatile uint8_t rxState; /*!< RX transfer state */ member
|
D | fsl_flexio_uart_edma.h | 55 volatile uint8_t rxState; /*!< RX transfer state */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/ |
D | fsl_uart_dma.c | 130 uartPrivateHandle->handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferReceiveDMACallback() 165 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandleDMA() 286 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_TransferReceiveDMA() 292 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveDMA() 361 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceiveDMA() 411 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCountDMA()
|
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_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_uart_dma.h | 54 volatile uint8_t rxState; /*!< RX transfer state */ member
|
D | fsl_uart_edma.h | 54 volatile uint8_t rxState; /*!< RX transfer state */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/ |
D | fsl_lpuart_dma.c | 159 lpuartPrivateHandle->handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferReceiveDMACallback() 196 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandleDMA() 323 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveDMA() 329 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveDMA() 399 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceiveDMA() 449 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCountDMA()
|
D | fsl_lpuart_edma.c | 218 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandleEDMA() 352 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_ReceiveEDMA() 358 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_ReceiveEDMA() 426 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceiveEDMA() 447 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCountEDMA()
|
D | fsl_lpuart.c | 1219 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandle() 1298 if (handle->rxState == (uint8_t)kLPUART_RxIdle) in LPUART_TransferStopRingBuffer() 1488 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveNonBlocking() 1541 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking() 1566 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking() 1613 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceive() 1636 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCount() 1669 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleIDLEReady() 1734 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleReceiveDataFull()
|
D | fsl_lpuart_dma.h | 52 volatile uint8_t rxState; /*!< RX transfer state */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iuart/ |
D | fsl_uart.c | 858 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandle() 923 if (handle->rxState == (uint8_t)kUART_RxIdle) in UART_TransferStopRingBuffer() 1086 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_TransferReceiveNonBlocking() 1134 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking() 1155 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking() 1198 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceive() 1218 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCount() 1255 handle->rxState = (uint8_t)kUART_RxFramingError; in UART_TransferHandleIRQ() 1270 handle->rxState = (uint8_t)kUART_RxParityError; in UART_TransferHandleIRQ() 1310 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferHandleIRQ() [all …]
|
D | fsl_uart_sdma.c | 136 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandleSDMA() 267 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_ReceiveSDMA() 273 handle->rxState = (uint8_t)kUART_RxBusy; in UART_ReceiveSDMA() 345 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceiveSDMA()
|
D | fsl_uart_sdma.h | 48 volatile uint8_t rxState; /*!< RX transfer state */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_miniusart/ |
D | fsl_usart.c | 176 if (handle->rxState == (uint8_t)kUSART_RxIdle) in USART_TransferStopRingBuffer() 586 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandle() 753 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveNonBlocking() 793 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking() 812 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking() 847 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceive() 868 if ((uint8_t)kUSART_RxIdle == handle->rxState) in USART_TransferGetReceiveCount() 939 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferHandleIRQ()
|