Home
last modified time | relevance | path

Searched refs:kLPUART_RxBusy (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpuart_edma.c28 kLPUART_RxBusy /* RX busy. */ enumerator
227 if (kLPUART_RxBusy == handle->rxState) in LPUART_ReceiveEDMA()
233 handle->rxState = kLPUART_RxBusy; in LPUART_ReceiveEDMA()
Dfsl_lpuart.c20 kLPUART_RxBusy /*!< RX busy. */ enumerator
907 if (kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveNonBlocking()
955 handle->rxState = kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking()
975 handle->rxState = kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking()