Searched refs:SHELL_SUBCMD_COND_ADD (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/shell/shell/src/ |
D | test_module.c | 28 SHELL_SUBCMD_COND_ADD(1, (section_cmd, cmd1), sub_cmd1, NULL, 43 SHELL_SUBCMD_COND_ADD(0, (section_cmd, cmd1), sub_cmd2, NULL,
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | test_module.c | 45 SHELL_SUBCMD_COND_ADD(1, (section_cmd, cmd1), sub_cmd1, NULL, "help for cmd2",
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 399 #define SHELL_SUBCMD_COND_ADD(_flag, _parent, _syntax, _subcmd, _help, _handler, \ macro 429 SHELL_SUBCMD_COND_ADD(1, _parent, _syntax, _subcmd, _help, _handler, _mand, _opt)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1072 * :c:macro:`SHELL_SUBCMD_COND_ADD` and :c:macro:`SHELL_SUBCMD_ADD` for adding subcommands
|