Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/shell/
Dshell.h576 enum shell_state { enum
781 enum shell_state state; /*!< Internal module state.*/
/Zephyr-Core-3.5.0/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()
1452 enum shell_state state = state_get(sh); in shell_stop()