Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_dma.c32 kLPUART_RxBusy /* RX busy. */ enumerator
323 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveDMA()
329 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveDMA()
Dfsl_lpuart_edma.c43 kLPUART_RxBusy /* RX busy. */ enumerator
352 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_ReceiveEDMA()
358 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_ReceiveEDMA()
Dfsl_lpuart.c35 kLPUART_RxBusy /*!< RX busy. */ enumerator
1488 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveNonBlocking()
1541 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking()
1566 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c299 kLPUART_RxBusy /*!< RX busy. */ enumerator
769 stat.rx_busy = (((uint8_t)kLPUART_RxBusy == lpuart->handle->rxState) ? (1U) : (0U)); in LPUART_DmaGetStatus()
1034 stat.rx_busy = (((uint8_t)kLPUART_RxBusy == lpuart->handle->rxState) ? (1U) : (0U)); in LPUART_EdmaGetStatus()
1301 stat.rx_busy = (((uint8_t)kLPUART_RxBusy == lpuart->handle->rxState) ? (1U) : (0U)); in LPUART_NonBlockingGetStatus()