Searched refs:SHELL_SUBCMD_DICT_SET_CREATE (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/shell/shell/src/ |
D | main.c | 448 SHELL_SUBCMD_DICT_SET_CREATE(dict1, cmd_handler_dict_1, (one, 1, "one"), (two, 2, "two")); 449 SHELL_SUBCMD_DICT_SET_CREATE(dict2, cmd_handler_dict_2, (one, 1, "one"), (two, 2, "two"));
|
/Zephyr-Core-3.7.0/drivers/adc/ |
D | adc_shell.c | 430 SHELL_SUBCMD_DICT_SET_CREATE(sub_ref_cmds, cmd_adc_ref, 440 SHELL_SUBCMD_DICT_SET_CREATE(sub_gain_cmds, cmd_adc_gain,
|
/Zephyr-Core-3.7.0/samples/subsys/shell/shell_module/src/ |
D | main.c | 371 SHELL_SUBCMD_DICT_SET_CREATE(sub_dict_cmds, cmd_dict,
|
/Zephyr-Core-3.7.0/include/zephyr/shell/ |
D | shell.h | 588 #define SHELL_SUBCMD_DICT_SET_CREATE(_name, _handler, ...) \ macro
|
/Zephyr-Core-3.7.0/doc/services/shell/ |
D | index.rst | 222 * :c:macro:`SHELL_SUBCMD_DICT_SET_CREATE` - Create a dictionary subcommands 289 SHELL_SUBCMD_DICT_SET_CREATE(sub_gain, gain_cmd_handler,
|