Searched refs:tx_rdy (Results 1 – 4 of 4) sorted by relevance
67 bool tx_rdy = is_irq_tx_pending(dev); in irq_process() local69 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()
313 bool tx_rdy = z_uart_async_to_irq_irq_tx_ready(dev); in z_uart_async_to_irq_irq_is_pending() local318 return tx_rdy || rx_rdy || err_pending; in z_uart_async_to_irq_irq_is_pending()
133 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()
796 uint32_t tx_rdy :1; member