Home
last modified time | relevance | path

Searched refs:host_present (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/drivers/console/
Drtt_console.c20 static bool host_present; variable
63 host_present = true; in rtt_console_out()
64 } else if (host_present) { in rtt_console_out()
70 host_present = false; in rtt_console_out()
/Zephyr-Core-3.7.0/subsys/logging/backends/
Dlog_backend_rtt.c67 static bool host_present; variable
177 host_present = false; in on_failed_write()
188 host_present = true; in on_write()
196 host_present) { in on_write()
224 } else if (host_present) { in data_out_block_mode()
229 } while ((ret == 0) && host_present); in data_out_block_mode()
231 return ((ret == 0) && host_present) ? 0 : length; in data_out_block_mode()
270 host_present = true; in log_backend_rtt_init()
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_rtt.c35 static bool host_present; variable
108 host_present = false; in on_failed_write()
119 host_present = true; in on_write()
127 host_present) { in on_write()
154 } else if (host_present) { in write()
159 } while ((ret == 0) && host_present); in write()