Searched refs:kUSART_RxIdle (Results 1 – 4 of 4) sorted by relevance
27 kUSART_RxIdle, /* RX idle. */ enumerator99 usartPrivateHandle->handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferReceiveDMACallback()147 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandleDMA()315 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceiveDMA()336 if ((uint8_t)kUSART_RxIdle == handle->rxState) in USART_TransferGetReceiveCountDMA()
35 kUSART_RxIdle, /* RX idle. */ enumerator162 if (handle->rxState == (uint8_t)kUSART_RxIdle) in USART_TransferStopRingBuffer()779 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandle()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()
20 kUSART_RxIdle, /* RX idle. */ enumerator176 if (handle->rxState == (uint8_t)kUSART_RxIdle) in USART_TransferStopRingBuffer()586 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandle()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()
86 kUSART_RxIdle, /*!< RX idle. */ enumerator471 usart->handle->rxState = (uint8_t)kUSART_RxIdle; in USART_DmaControl()717 if ((uint8_t)kUSART_RxIdle == usart->handle->rxState) in USART_NonBlockingGetRxCount()759 usart->handle->rxState = (uint8_t)kUSART_RxIdle; in USART_NonBlockingControl()