Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.c780 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandle()
826 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking()
839 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking()
865 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSend()
885 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCount()
1270 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferHandleIRQ()
Dfsl_usart.h271 volatile uint8_t txState; /*!< TX transfer state. */ member