Searched refs:kUART_RxIdle (Results 1 – 6 of 6) sorted by relevance
59 kUART_RxIdle, /* RX idle. */ enumerator130 uartPrivateHandle->handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferReceiveDMACallback()165 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandleDMA()361 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceiveDMA()411 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCountDMA()
59 kUART_RxIdle, /* RX idle. */ enumerator170 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandleEDMA()364 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceiveEDMA()385 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCountEDMA()
25 kUART_RxIdle, /* RX idle. */ enumerator945 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandle()1016 if (handle->rxState == (uint8_t)kUART_RxIdle) in UART_TransferStopRingBuffer()1342 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceive()1362 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCount()1570 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferHandleIRQ()1644 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferHandleIRQ()
30 kUART_RxIdle, /* RX idle. */ enumerator136 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandleSDMA()345 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceiveSDMA()
25 kUART_RxIdle, /* RX idle. */ enumerator858 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferCreateHandle()923 if (handle->rxState == (uint8_t)kUART_RxIdle) in UART_TransferStopRingBuffer()1198 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferAbortReceive()1218 if ((uint8_t)kUART_RxIdle == handle->rxState) in UART_TransferGetReceiveCount()1310 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferHandleIRQ()1390 handle->rxState = (uint8_t)kUART_RxIdle; in UART_TransferHandleIRQ()
84 kUART_RxIdle, /*!< RX idle. */ enumerator