Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.c82 static shell_command_context_list_t g_RegisteredCommands; variable
314 for (i = 0; i < g_RegisteredCommands.numberOfCommandInList; i++) in HelpCommand()
316 context->printf_data_func(g_RegisteredCommands.CommandList[i]->pcHelpString); in HelpCommand()
345 for (i = 0; i < g_RegisteredCommands.numberOfCommandInList; i++) in ProcessCommand()
347 tmpCommand = g_RegisteredCommands.CommandList[i]; in ProcessCommand()
473 for (i = 0; i < g_RegisteredCommands.numberOfCommandInList; i++) in AutoComplete()
475 tmpCommand = g_RegisteredCommands.CommandList[i]; in AutoComplete()
604 if (g_RegisteredCommands.numberOfCommandInList < SHELL_MAX_CMD) in SHELL_RegisterCommand()
606g_RegisteredCommands.CommandList[g_RegisteredCommands.numberOfCommandInList++] = command_context; in SHELL_RegisterCommand()

Completed in 5 milliseconds