Searched refs:kLPUART_RxBusy (Results 1 – 4 of 4) sorted by relevance
32 kLPUART_RxBusy /* RX busy. */ enumerator323 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_TransferReceiveDMA()329 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_TransferReceiveDMA()
43 kLPUART_RxBusy /* RX busy. */ enumerator352 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_ReceiveEDMA()358 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_ReceiveEDMA()
35 kLPUART_RxBusy /*!< RX busy. */ enumerator1488 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()
299 kLPUART_RxBusy /*!< RX busy. */ enumerator769 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()