Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell.h174 typedef int (*shell_cmd_handler)(const struct shell *sh, typedef
210 shell_cmd_handler handler; /*!< Command handler. */
270 static shell_cmd_handler dummy_##syntax##_handler __unused = \
387 (static shell_cmd_handler dummy_handler_##_syntax __unused = _handler;\
493 .handler = (shell_cmd_handler)((_expr) ? _handler : NULL), \