Home
last modified time | relevance | path

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

/Zephyr-4.2.1/subsys/shell/
Dshell_utils.c13 TYPE_SECTION_START_EXTERN(union shell_cmd_entry, shell_dynamic_subcmds);
14 TYPE_SECTION_END_EXTERN(union shell_cmd_entry, shell_dynamic_subcmds);
16 TYPE_SECTION_START_EXTERN(union shell_cmd_entry, shell_subcmds);
17 TYPE_SECTION_END_EXTERN(union shell_cmd_entry, shell_subcmds);
28 static inline const union shell_cmd_entry *shell_root_cmd_get(uint32_t id) in shell_root_cmd_get()
30 const union shell_cmd_entry *cmd; in shell_root_cmd_get()
32 TYPE_SECTION_GET(union shell_cmd_entry, shell_root_cmds, id, &cmd); in shell_root_cmd_get()
40 static inline bool is_dynamic_cmd(const union shell_cmd_entry *entry) in is_dynamic_cmd()
49 static inline bool is_section_cmd(const union shell_cmd_entry *entry) in is_section_cmd()
264 TYPE_SECTION_COUNT(union shell_cmd_entry, shell_root_cmds, &len); in shell_root_cmd_count()
[all …]
/Zephyr-4.2.1/include/zephyr/shell/
Dshell.h102 union shell_cmd_entry { union
286 const union shell_cmd_entry *subcmd; /*!< Pointer to subcommand. */
388 static const TYPE_SECTION_ITERABLE(union shell_cmd_entry, \
426 static const union shell_cmd_entry *dummy_subcmd_##syntax \
482 static const union shell_cmd_entry name = { \
542 static const union shell_cmd_entry dummy_subcmd_##_syntax __unused = { \
576 static const TYPE_SECTION_ITERABLE(union shell_cmd_entry, name, \
645 .subcmd = (const union shell_cmd_entry *)((_expr) ? \
/Zephyr-4.2.1/drivers/video/
Dvideo_shell.c844 static const union shell_cmd_entry *dsub_video_ctrl_menu_name[] = {
899 static const union shell_cmd_entry *dsub_video_ctrl_name_dev[] = {
1016 static const union shell_cmd_entry *dsub_video_format_dir_dev[] = {
/Zephyr-4.2.1/drivers/gpio/
Dgpio_shell.c33 const union shell_cmd_entry *subcmd;
/Zephyr-4.2.1/drivers/i3c/
Di3c_shell.c28 const union shell_cmd_entry *i3c_attached_dev_subcmd;
29 const union shell_cmd_entry *i3c_list_dev_subcmd;