Home
last modified time | relevance | path

Searched defs:shell_static_entry (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell.h228 struct shell_static_entry { struct
229 const char *syntax; /*!< Command syntax strings. */
230 const char *help; /*!< Command help string. */
254 static const struct shell_static_entry UTIL_CAT(_shell_, syntax) = \ argument