Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_log_backend.h19 extern const struct log_backend_api log_backend_shell_api;
71 LOG_BACKEND_DEFINE(_name##_backend, log_backend_shell_api, false); \
Dshell.h899 extern const struct log_backend_api log_backend_shell_api;
/Zephyr-latest/subsys/shell/
Dshell_log_backend.c265 const struct log_backend_api log_backend_shell_api = { variable