str9xpec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstr9xpec_command_handlers

str9xpec_command_handlers variable

Syntax

static const struct command_registration str9xpec_command_handlers[] = { { .name = "str9xpec", .mode = COMMAND_ANY, .help = "str9xpec flash command group", .usage = "", .chain = str9xpec_config_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
str9xpec.c:1177
static const struct command_registration str9xpec_command_handlers[] = {
str9xpec.c:1190
.commands = str9xpec_command_handlers,

Type Use

Type of str9xpec_command_handlers
str9xpec_command_handlers
all items filtered out