Searched refs:kUSART_RxBusy (Results 1 – 4 of 4) sorted by relevance
28 kUSART_RxBusy /* RX busy. */ enumerator256 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveDMA()262 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveDMA()
36 kUSART_RxBusy /* RX busy. */ enumerator978 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveNonBlocking()985 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking()
21 kUSART_RxBusy /* RX busy. */ enumerator753 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveNonBlocking()793 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking()812 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking()
87 kUSART_RxBusy /*!< RX busy. */ enumerator492 stat.rx_busy = (((uint8_t)kUSART_RxBusy == usart->handle->rxState) ? (1U) : (0U)); in USART_DmaGetStatus()781 stat.rx_busy = (((uint8_t)kUSART_RxBusy == usart->handle->rxState) ? (1U) : (0U)); in USART_NonBlockingGetStatus()