Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.h116 } shell_command_context_t; typedef
121 const shell_command_context_t *CommandList[SHELL_MAX_CMD]; /*!< The command table list */
166 int32_t SHELL_RegisterCommand(const shell_command_context_t *command_context);
A Dfsl_shell.c77 static const shell_command_context_t xHelpCommand = {"help", "\r\n\"help\": Lists all the registere…
80 static const shell_command_context_t xExitCommand = {"exit", "\r\n\"exit\": Exit program\r\n", Exit…
331 static const shell_command_context_t *tmpCommand = NULL; in ProcessCommand()
454 const shell_command_context_t *tmpCommand = NULL; in AutoComplete()
599 int32_t SHELL_RegisterCommand(const shell_command_context_t *command_context) in SHELL_RegisterCommand()

Completed in 4 milliseconds