Home
last modified time | relevance | path

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

/hal_nxp-latest/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
1473 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandle()
1560 if (handle->rxState == (uint8_t)kLPUART_RxIdle) in LPUART_TransferStopRingBuffer()
1904 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceive()
1927 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCount()
1967 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleIDLEReady()
2040 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleReceiveDataFull()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart_edma.c31 kLPUART_RxIdle, /* RX idle. */ enumerator
155 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandleEDMA()
361 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceiveEDMA()
382 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCountEDMA()
Dfsl_lpuart.c33 kLPUART_RxIdle, /*!< RX idle. */ enumerator
1422 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferCreateHandle()
1499 if (handle->rxState == (uint8_t)kLPUART_RxIdle) in LPUART_TransferStopRingBuffer()
1842 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferAbortReceive()
1865 if ((uint8_t)kLPUART_RxIdle == handle->rxState) in LPUART_TransferGetReceiveCount()
1940 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleIRQ()
2008 handle->rxState = (uint8_t)kLPUART_RxIdle; in LPUART_TransferHandleIRQ()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c312 kLPUART_RxIdle, /*!< RX idle. */ enumerator