Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/shell/
Dshell_cmds.c327 z_flag_echo_set(sh, false); in cmd_echo_off()
337 z_flag_echo_set(sh, true); in cmd_echo_on()
Dshell_ops.h97 static inline bool z_flag_echo_set(const struct shell *sh, bool val) in z_flag_echo_set() function
Dshell.c1692 return (int)z_flag_echo_set(sh, val); in shell_echo_set()