Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/shell/shell/src/
Dtest_module.c28 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/
Dtest_module.c45 SHELL_SUBCMD_COND_ADD(1, (section_cmd, cmd1), sub_cmd1, NULL, "help for cmd2",
/Zephyr-latest/include/zephyr/shell/
Dshell.h399 #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/
Drelease-notes-3.1.rst1072 * :c:macro:`SHELL_SUBCMD_COND_ADD` and :c:macro:`SHELL_SUBCMD_ADD` for adding subcommands