Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart_sdma.c31 kUART_RxBusy /* RX busy. */ enumerator
267 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_ReceiveSDMA()
273 handle->rxState = (uint8_t)kUART_RxBusy; in UART_ReceiveSDMA()
Dfsl_uart.c26 kUART_RxBusy, /* RX busy. */ enumerator
1086 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_TransferReceiveNonBlocking()
1134 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking()
1155 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_edma.c60 kUART_RxBusy /* RX busy. */ enumerator
294 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_ReceiveEDMA()
300 handle->rxState = (uint8_t)kUART_RxBusy; in UART_ReceiveEDMA()
Dfsl_uart_dma.c60 kUART_RxBusy /* RX busy. */ enumerator
286 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_TransferReceiveDMA()
292 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveDMA()
Dfsl_uart.c26 kUART_RxBusy, /* RX busy. */ enumerator
1205 if ((uint8_t)kUART_RxBusy == handle->rxState) in UART_TransferReceiveNonBlocking()
1257 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking()
1282 handle->rxState = (uint8_t)kUART_RxBusy; in UART_TransferReceiveNonBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/iuart/
Dfsl_uart_cmsis.c85 kUART_RxBusy /*!< RX busy. */ enumerator
517 stat.rx_busy = ((uint8_t)kUART_RxBusy == uart->handle->rxState) ? (1U) : (0U); in UART_SdmaGetStatus()
769 stat.rx_busy = (((uint8_t)kUART_RxBusy == uart->handle->rxState) ? (1U) : (0U)); in UART_NonBlockingGetStatus()