Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_dma.c28 kUSART_RxBusy /* RX busy. */ enumerator
256 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveDMA()
262 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveDMA()
Dfsl_usart.c36 kUSART_RxBusy /* RX busy. */ enumerator
978 if ((uint8_t)kUSART_RxBusy == handle->rxState) in USART_TransferReceiveNonBlocking()
985 handle->rxState = (uint8_t)kUSART_RxBusy; in USART_TransferReceiveNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.c21 kUSART_RxBusy /* RX busy. */ enumerator
753 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()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_usart_cmsis.c87 kUSART_RxBusy /*!< RX busy. */ enumerator
492 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()