Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_cmds.c472 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/
Dshell_cmds.c523 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/
Dacpi_shell.c357 SHELL_COND_CMD(CONFIG_PCIE_PRT, prt, NULL,
/Zephyr-latest/drivers/sensor/
Dsensor_shell.c1126 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/
Dshell.h542 #define SHELL_COND_CMD(_flag, _syntax, _subcmd, _help, _handler) \ macro
/Zephyr-latest/doc/services/shell/
Dindex.rst238 * :c:macro:`SHELL_COND_CMD` - Initialize a command if compile time flag is set.