Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Drtt_console.c20 static bool host_present; variable
61 host_present = true; in rtt_console_out()
62 } else if (host_present) { in rtt_console_out()
68 host_present = false; in rtt_console_out()
/Zephyr-latest/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-latest/subsys/shell/backends/
Dshell_rtt.c35 static bool host_present; variable
111 host_present = false; in on_failed_write()
122 host_present = true; in on_write()
130 host_present) { in on_write()
157 } else if (host_present) { in write()
162 } while ((ret == 0) && host_present); in write()