Home
last modified time | relevance | path

Searched refs:tx_busy (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/
A Dtrace_uart.c17 uint8_t tx_busy; member
29 if (trace_pointer->tx_busy) in traceuart_stop_tx()
31 trace_pointer->tx_busy = 0; in traceuart_stop_tx()
100 g_uart_obj.tx_busy = 0; in trace_uart_init()
183 t->tx_busy = 0; in traceuart_dma_tx_complete()
207 if (!(p_uart_obj->tx_busy)) in trace_uart_tx()
209 p_uart_obj->tx_busy = 1; in trace_uart_tx()
226 p_uart_obj->tx_busy = 0; in trace_uart_tx()
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c27 bool tx_busy; member
268 if (uart->tx_busy) in tty_uart_start_tx()
271 uart->tx_busy = true; in tty_uart_start_tx()
284 if (uart->tx_busy) { in tty_uart_stop_tx()
285 uart->tx_busy = false; in tty_uart_stop_tx()
342 if (!uart->tx_busy) { in tty_uart_tx_handler()
349 uart->tx_busy = false; in tty_uart_tx_handler()
379 tty_uarts[1].tx_busy = false; in tty_uart_init()
391 tty_uarts[2].tx_busy = false; in tty_uart_init()
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dck_usart.c52 volatile uint32_t tx_busy; member
320 usart_priv->tx_busy = 0; in ck_usart_intr_threshold_empty()
665 usart_priv->tx_busy = 1; in csi_usart_send()
690 usart_priv->tx_busy = 0; in csi_usart_abort_send()
808 usart_status.tx_busy = usart_priv->tx_busy; in csi_usart_get_status()
959 if (usart_priv->tx_busy) { in csi_usart_get_tx_count()
/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_usart.h125 uint32_t tx_busy : 1; ///< Transmitter busy flag member
/AliOS-Things-master/components/csi/csi1/include/drv/
A Dspu_usart.h125 uint32_t tx_busy : 1; ///< Transmitter busy flag member
A Dusart.h125 uint32_t tx_busy : 1; ///< Transmitter busy flag member
A Dusi_usart.h125 uint32_t tx_busy : 1; ///< Transmitter busy flag member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/alios/
A Dwrapper.h420 unsigned int tx_busy; member

Completed in 14 milliseconds