Searched refs:SHELL_COND_CMD (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/logging/ |
D | log_cmds.c | 472 SHELL_COND_CMD(CONFIG_SHELL_LOG_BACKEND, go, NULL, "Resume logging", cmd_log_self_go), 473 SHELL_COND_CMD(CONFIG_SHELL_LOG_BACKEND, halt, NULL, "Halt logging", cmd_log_self_halt), 475 SHELL_COND_CMD(CONFIG_SHELL_LOG_BACKEND, status, NULL, "Logger status", 477 SHELL_COND_CMD(CONFIG_LOG_MODE_DEFERRED, mem, NULL, "Logger memory usage", 479 SHELL_COND_CMD(CONFIG_LOG_FRONTEND, FRONTEND_NAME, &sub_log_backend,
|
/Zephyr-latest/subsys/shell/ |
D | shell_cmds.c | 523 SHELL_COND_CMD(CONFIG_SHELL_VT100_COMMANDS, colors, &m_sub_colors, 525 SHELL_COND_CMD(CONFIG_SHELL_VT100_COMMANDS, vt100, &m_sub_vt100, 529 SHELL_COND_CMD(CONFIG_SHELL_STATS, stats, &m_sub_shell_stats,
|
/Zephyr-latest/lib/acpi/ |
D | acpi_shell.c | 357 SHELL_COND_CMD(CONFIG_PCIE_PRT, prt, NULL,
|
/Zephyr-latest/drivers/sensor/ |
D | sensor_shell.c | 1126 SHELL_COND_CMD(CONFIG_SENSOR_SHELL_STREAM, stream, &dsub_device_name_for_stream, 1128 SHELL_COND_CMD(CONFIG_SENSOR_INFO, info, NULL, SENSOR_INFO_HELP,
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 542 #define SHELL_COND_CMD(_flag, _syntax, _subcmd, _help, _handler) \ macro
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 238 * :c:macro:`SHELL_COND_CMD` - Initialize a command if compile time flag is set.
|