Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_ops.h226 return sh->ctx->ctx.flags.handle_log == 1; in z_flag_handle_log_get()
233 Z_SHELL_SET_FLAG_ATOMIC(sh, ctx, handle_log, val, ret); in z_flag_handle_log_set()
/Zephyr-latest/include/zephyr/shell/
Dshell.h802 uint32_t handle_log :1; /*!< Shell is handling logger backend */ member