Searched refs:shell_cmd_entry (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/shell/ | 
| D | shell_utils.c | 13 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-latest/include/zephyr/shell/ | 
| D | shell.h | 101 union shell_cmd_entry {  union 231 	const union shell_cmd_entry *subcmd;	/*!< Pointer to subcommand. */ 256 	static const TYPE_SECTION_ITERABLE(union shell_cmd_entry,	   \ 294 		static const union shell_cmd_entry *dummy_subcmd_##syntax \ 350 	static const union shell_cmd_entry name = {			\ 410 		 static const union shell_cmd_entry dummy_subcmd_##_syntax __unused = { \ 444 	static const TYPE_SECTION_ITERABLE(union shell_cmd_entry, name,		\ 513 		.subcmd = (const union shell_cmd_entry *)((_expr) ? \
  | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_shell.c | 33 	const union shell_cmd_entry *subcmd;
  | 
| /Zephyr-latest/drivers/i3c/ | 
| D | i3c_shell.c | 27 	const union shell_cmd_entry *i3c_attached_dev_subcmd; 28 	const union shell_cmd_entry *i3c_list_dev_subcmd;
  |