Home
last modified time | relevance | path

Searched refs:tx_rdy (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/serial/
Dserial_test.c67 bool tx_rdy = is_irq_tx_pending(dev); in irq_process() local
69 bool tx_int = tx_rdy && data->irq_tx_enabled; in irq_process()
71 LOG_DBG("rx_rdy %d tx_rdy %d", rx_rdy, tx_rdy); in irq_process()
Duart_async_to_irq.c313 bool tx_rdy = z_uart_async_to_irq_irq_tx_ready(dev); in z_uart_async_to_irq_irq_is_pending() local
318 return tx_rdy || rx_rdy || err_pending; in z_uart_async_to_irq_irq_is_pending()
/Zephyr-latest/subsys/shell/
Dshell_ops.h133 return sh->ctx->ctx.flags.tx_rdy == 1; in z_flag_tx_rdy_get()
140 Z_SHELL_SET_FLAG_ATOMIC(sh, ctx, tx_rdy, val, ret); in z_flag_tx_rdy_set()
/Zephyr-latest/include/zephyr/shell/
Dshell.h796 uint32_t tx_rdy :1; member