Home
last modified time | relevance | path

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

/Zephyr-4.2.1/include/zephyr/shell/
Dshell.h764 enum shell_state { enum
974 enum shell_state state; /*!< Internal module state.*/
/Zephyr-4.2.1/subsys/shell/
Dshell.c101 static inline void state_set(const struct shell *sh, enum shell_state state) in state_set()
116 static inline enum shell_state state_get(const struct shell *sh) in state_get()
1476 enum shell_state state = state_get(sh); in shell_stop()