Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.c54 static int32_t HelpCommand(p_shell_context_t context, int32_t argc, char **argv); /*!< help command…
62 static void ProcessCommand(p_shell_context_t context, const char *cmd); /*!< process a command */
66 static void AutoComplete(p_shell_context_t context); /*!< auto complete command */
68 static uint8_t GetChar(p_shell_context_t context); /*!< get a char from communication interface */
108 int32_t SHELL_Main(p_shell_context_t context) in SHELL_Main()
310 static int32_t HelpCommand(p_shell_context_t context, int32_t argc, char **argv) in HelpCommand()
321 static int32_t ExitCommand(p_shell_context_t context, int32_t argc, char **argv) in ExitCommand()
329 static void ProcessCommand(p_shell_context_t context, const char *cmd) in ProcessCommand()
418 static void GetHistoryCommand(p_shell_context_t context, uint8_t hist_pos) in GetHistoryCommand()
449 static void AutoComplete(p_shell_context_t context) in AutoComplete()
[all …]
A Dfsl_shell.h102 } shell_context_struct, *p_shell_context_t; typedef
105 typedef int32_t (*cmd_function_t)(p_shell_context_t context, int32_t argc, char **argv);
155 void SHELL_Init(p_shell_context_t context,
175 int32_t SHELL_Main(p_shell_context_t context);

Completed in 4 milliseconds