Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.c35 kUSART_RxIdle, /* RX idle. */ enumerator
162 if (handle->rxState == (uint8_t)kUSART_RxIdle) in USART_TransferStopRingBuffer()
779 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferCreateHandle()
1069 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferAbortReceive()
1089 if ((uint8_t)kUSART_RxIdle == handle->rxState) in USART_TransferGetReceiveCount()
1202 handle->rxState = (uint8_t)kUSART_RxIdle; in USART_TransferHandleIRQ()