Searched refs:cmd1_handler (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 354 static int cmd1_handler(const struct shell *sh, size_t argc, char **argv) in cmd1_handler() function 369 SHELL_SUBCMD_ADD((section_cmd), cmd1, &sub_section_cmd1, "help for cmd1", cmd1_handler, 1, 0);
|
/Zephyr-latest/tests/subsys/shell/shell/src/ |
D | main.c | 465 static int cmd1_handler(const struct shell *sh, size_t argc, char **argv) in cmd1_handler() function 478 SHELL_SUBCMD_ADD((section_cmd), cmd1, &sub_section_cmd1, "help for cmd1", cmd1_handler, 1, 0);
|