Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/shell/shell_module/src/
Duart_reinit.c38 static bool tx_busy; in direct_uart_callback() local
45 if (!tx_busy) { in direct_uart_callback()
52 if (!tx_busy) { in direct_uart_callback()
54 tx_busy = true; in direct_uart_callback()
56 tx_busy = false; in direct_uart_callback()
/Zephyr-latest/modules/openthread/platform/
Duart.c33 atomic_t tx_busy; member
97 ot_uart.tx_busy = 0; in uart_tx_handle()
114 atomic_get(&ot_uart.tx_busy) == 1) { in uart_callback()
212 if (atomic_cas(&(ot_uart.tx_busy), 0, 1)) { in otPlatUartSend()
240 ot_uart.tx_busy = 0; in otPlatUartFlush()
/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h57 atomic_t tx_busy; member
/Zephyr-latest/subsys/shell/backends/
Dshell_uart.c190 sh_uart->tx_busy = 0; in uart_tx_handle()
219 sh_uart->tx_busy = 0; in irq_init()
380 if (atomic_set(&sh_uart->tx_busy, 1) == 0) { in irq_write()
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_uart.c41 atomic_t tx_busy; member