Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_cmds.c282 static void module_name_get(size_t idx, struct shell_static_entry *entry);
284 SHELL_DYNAMIC_CMD_CREATE(dsub_module_name, module_name_get);
286 static void module_name_get(size_t idx, struct shell_static_entry *entry) in module_name_get() function