Searched refs:kLPUART_RxBusy (Results 1 – 6 of 6) sorted by relevance
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()
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()
35 kLPUART_RxBusy /*!< RX busy. */ enumerator1757 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()
32 kLPUART_RxBusy /* RX busy. */ enumerator287 if ((uint8_t)kLPUART_RxBusy == handle->rxState) in LPUART_ReceiveEDMA()293 handle->rxState = (uint8_t)kLPUART_RxBusy; in LPUART_ReceiveEDMA()
34 kLPUART_RxBusy /*!< RX busy. */ enumerator1696 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()
313 kLPUART_RxBusy /*!< RX busy. */ enumerator799 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()