Searched refs:kUART_TxBusy (Results 1 – 6 of 6) sorted by relevance
29 kUART_TxBusy, /* TX busy. */ enumerator205 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_SendSDMA()211 handle->txState = (uint8_t)kUART_TxBusy; in UART_SendSDMA()
24 kUART_TxBusy, /* TX busy. */ enumerator965 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_TransferSendNonBlocking()974 handle->txState = (uint8_t)kUART_TxBusy; in UART_TransferSendNonBlocking()
58 kUART_TxBusy, /* TX busy. */ enumerator240 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_SendEDMA()246 handle->txState = (uint8_t)kUART_TxBusy; in UART_SendEDMA()
58 kUART_TxBusy, /* TX busy. */ enumerator235 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_TransferSendDMA()241 handle->txState = (uint8_t)kUART_TxBusy; in UART_TransferSendDMA()
24 kUART_TxBusy, /* TX busy. */ enumerator1066 if ((uint8_t)kUART_TxBusy == handle->txState) in UART_TransferSendNonBlocking()1075 handle->txState = (uint8_t)kUART_TxBusy; in UART_TransferSendNonBlocking()
83 kUART_TxBusy, /*!< TX busy. */ enumerator516 stat.tx_busy = ((uint8_t)kUART_TxBusy == uart->handle->txState) ? (1U) : (0U); in UART_SdmaGetStatus()768 stat.tx_busy = (((uint8_t)kUART_TxBusy == uart->handle->txState) ? (1U) : (0U)); in UART_NonBlockingGetStatus()