Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell.h206 struct shell_static_entry { struct
207 const char *syntax; /*!< Command syntax strings. */
208 const char *help; /*!< Command help string. */
232 static const struct shell_static_entry UTIL_CAT(_shell_, syntax) = \ argument