Home
last modified time | relevance | path

Searched refs:shell_log_backend (Results 1 – 6 of 6) sorted by relevance

/Zephyr-4.2.1/include/zephyr/shell/
Dshell_log_backend.h36 struct shell_log_backend { struct
85 static const struct shell_log_backend _name##_log_backend = { \
106 void z_shell_log_backend_enable(const struct shell_log_backend *backend,
113 void z_shell_log_backend_disable(const struct shell_log_backend *backend);
121 bool z_shell_log_backend_process(const struct shell_log_backend *backend);
Dshell.h1056 const struct shell_log_backend *log_backend;
/Zephyr-4.2.1/subsys/shell/
Dshell_log_backend.c21 static void fifo_reset(const struct shell_log_backend *backend) in fifo_reset()
26 void z_shell_log_backend_enable(const struct shell_log_backend *backend, in z_shell_log_backend_enable()
50 void z_shell_log_backend_disable(const struct shell_log_backend *backend) in z_shell_log_backend_disable()
56 bool z_shell_log_backend_process(const struct shell_log_backend *backend) in z_shell_log_backend_process()
118 const struct shell_log_backend *log_backend = sh->log_backend; in dropped()
213 const struct shell_log_backend *log_backend = sh->log_backend; in process_msg_from_buffer()
236 const struct shell_log_backend *log_backend = sh->log_backend; in process()
DCMakeLists.txt17 shell_log_backend.c
Dshell.c808 const struct shell_log_backend *backend = sh->log_backend; in toggle_logs_output()
/Zephyr-4.2.1/drivers/debug/
Ddebug_nrf_etr.c818 bool z_shell_log_backend_process(const struct shell_log_backend *backend) in z_shell_log_backend_process()
828 void z_shell_log_backend_disable(const struct shell_log_backend *backend) in z_shell_log_backend_disable()
833 void z_shell_log_backend_enable(const struct shell_log_backend *backend, void *ctx, in z_shell_log_backend_enable()