Searched refs:kUSART_TxBusy (Results 1 – 4 of 4) sorted by relevance
26 kUSART_TxBusy, /* TX busy. */ enumerator204 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendDMA()210 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendDMA()
34 kUSART_TxBusy, /* TX busy. */ enumerator826 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking()839 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking()
19 kUSART_TxBusy, /* TX busy. */ enumerator628 if ((uint8_t)kUSART_TxBusy == handle->txState) in USART_TransferSendNonBlocking()637 handle->txState = (uint8_t)kUSART_TxBusy; in USART_TransferSendNonBlocking()
85 kUSART_TxBusy, /*!< TX busy. */ enumerator491 stat.tx_busy = (((uint8_t)kUSART_TxBusy == usart->handle->txState) ? (1U) : (0U)); in USART_DmaGetStatus()780 stat.tx_busy = (((uint8_t)kUSART_TxBusy == usart->handle->txState) ? (1U) : (0U)); in USART_NonBlockingGetStatus()