Home
last modified time | relevance | path

Searched refs:z_shell_log_backend_output_func (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_log_backend.h52 int z_shell_log_backend_output_func(uint8_t *data, size_t length, void *ctx);
72 LOG_OUTPUT_DEFINE(_name##_log_output, z_shell_log_backend_output_func,\
/Zephyr-latest/subsys/shell/
Dshell_log_backend.c14 int z_shell_log_backend_output_func(uint8_t *data, size_t length, void *ctx) in z_shell_log_backend_output_func() function