Searched refs:tx_busy (Results 1 – 6 of 6) sorted by relevance
194 uint32_t tx_busy : 1; ///< Transmitter busy flag member
162 uint32_t tx_busy : 1; ///< Transmitter busy flag member
516 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()
719 stat.tx_busy = (((uint8_t)kuart_TxBusy == uart->handle->txState) ? (1U) : (0U)); in UART_DmaGetStatus()978 stat.tx_busy = (((uint8_t)kuart_TxBusy == uart->handle->txState) ? (1U) : (0U)); in UART_EdmaGetStatus()1249 stat.tx_busy = (((uint8_t)kuart_TxBusy == uart->handle->txState) ? (1U) : (0U)); in UART_NonBlockingGetStatus()
491 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()
798 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_DmaGetStatus()1067 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_EdmaGetStatus()1363 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_NonBlockingGetStatus()