Searched refs:txState (Results 1 – 2 of 2) sorted by relevance
780 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()
271 volatile uint8_t txState; /*!< TX transfer state. */ member