Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell.h632 enum shell_state { enum
842 enum shell_state state; /*!< Internal module state.*/
/Zephyr-latest/subsys/shell/
Dshell.c96 static inline void state_set(const struct shell *sh, enum shell_state state) in state_set()
111 static inline enum shell_state state_get(const struct shell *sh) in state_get()
1474 enum shell_state state = state_get(sh); in shell_stop()