Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_dma.c31 kLPUART_RxIdle, /* RX idle. */ enumerator
159 lpuartPrivateHandle->handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferReceiveDMACallback()
196 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandleDMA()
399 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceiveDMA()
449 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCountDMA()
Dfsl_lpuart_edma.c42 kLPUART_RxIdle, /* RX idle. */ enumerator
218 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandleEDMA()
426 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceiveEDMA()
447 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCountEDMA()
Dfsl_lpuart.c34 kLPUART_RxIdle, /*!< RX idle. */ enumerator
1219 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandle()
1298 if (handle->rxState == (uint8_t)kLPUART_RxIdle) in LPUART_TransferStopRingBuffer()
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()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c298 kLPUART_RxIdle, /*!< RX idle. */ enumerator