Searched defs:mand (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/shell/ |
D | shell.h | 407 #define SHELL_CMD_ARG(syntax, subcmd, help, handler, mand, opt) \ argument 429 #define SHELL_COND_CMD_ARG(flag, syntax, subcmd, help, handler, mand, opt) \ argument
|
/Zephyr-Core-3.5.0/subsys/shell/ |
D | shell.c | 538 uint32_t mand = sh->ctx->active_cmd.args.mandatory; in exec_cmd() local
|