Home
last modified time | relevance | path

Searched refs:kUSART_RxIdle (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_dma.c27 kUSART_RxIdle, /* RX idle. */ enumerator
99 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()
Dfsl_usart.c35 kUSART_RxIdle, /* RX idle. */ enumerator
162 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()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.c20 kUSART_RxIdle, /* RX idle. */ enumerator
176 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()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_usart_cmsis.c86 kUSART_RxIdle, /*!< RX idle. */ enumerator
471 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()