Searched refs:txState (Results 1 – 2 of 2) sorted by relevance
688 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandle()738 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking()751 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking()777 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSend()797 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCount()1132 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferHandleIRQ()
202 volatile uint8_t txState; /*!< TX transfer state. */ member