Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
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_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.c35 kLPUART_RxBusy /*!< RX busy. */ enumerator
1757 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveNonBlocking()
1825 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking()
1857 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart_edma.c32 kLPUART_RxBusy /* RX busy. */ enumerator
287 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_ReceiveEDMA()
293 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_ReceiveEDMA()
Dfsl_lpuart.c34 kLPUART_RxBusy /*!< RX busy. */ enumerator
1696 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveNonBlocking()
1763 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking()
1795 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c313 kLPUART_RxBusy /*!< RX busy. */ enumerator
799 stat.rx_busy = (((uint8_t)kLPUART_RxBusy == lpuart->handle->rxState) ? (1U) : (0U)); in LPUART_DmaGetStatus()
1068 stat.rx_busy = (((uint8_t)kLPUART_RxBusy == lpuart->handle->rxState) ? (1U) : (0U)); in LPUART_EdmaGetStatus()
1364 stat.rx_busy = (((uint8_t)kLPUART_RxBusy == lpuart->handle->rxState) ? (1U) : (0U)); in LPUART_NonBlockingGetStatus()