Searched refs:shell_command_context_t (Results 1 – 2 of 2) sorted by relevance
116 } shell_command_context_t; typedef121 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);
77 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