Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpuart_edma.c26 kLPUART_TxBusy, /* TX busy. */ enumerator
186 if (kLPUART_TxBusy == handle->txState) in LPUART_SendEDMA()
192 handle->txState = kLPUART_TxBusy; in LPUART_SendEDMA()
Dfsl_lpuart.c18 kLPUART_TxBusy, /*!< TX busy. */ enumerator
833 if (kLPUART_TxBusy == handle->txState) in LPUART_TransferSendNonBlocking()
842 handle->txState = kLPUART_TxBusy; in LPUART_TransferSendNonBlocking()