Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_uart_edma.c28 kFLEXIO_UART_RxBusy /* RX busy. */ enumerator
236 if (kFLEXIO_UART_RxBusy == handle->rxState) in FLEXIO_UART_TransferReceiveEDMA()
242 handle->rxState = kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveEDMA()
Dfsl_flexio_uart.c21 kFLEXIO_UART_RxBusy /* RX busy. */ enumerator
470 if (kFLEXIO_UART_RxBusy == handle->rxState) in FLEXIO_UART_TransferReceiveNonBlocking()
518 handle->rxState = kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveNonBlocking()
530 handle->rxState = kFLEXIO_UART_RxBusy; in FLEXIO_UART_TransferReceiveNonBlocking()