Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/shell/
Dshell_ops.h200 return sh->ctx->ctx.flags.print_noinit == 1; in z_flag_print_noinit_get()
207 Z_SHELL_SET_FLAG_ATOMIC(sh, ctx, print_noinit, val, ret); in z_flag_print_noinit_set()
/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell.h778 uint32_t print_noinit :1; /*!< Print request from not initialized shell */ member