str7x_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstr7x_command_handlers

str7x_command_handlers variable

Syntax

static const struct command_registration str7x_command_handlers[] = { { .name = "str7x", .mode = COMMAND_ANY, .help = "str7x flash command group", .usage = "", .chain = str7x_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
str7x.c:775
static const struct command_registration str7x_command_handlers[] = {
str7x.c:788
.commands = str7x_command_handlers,

Type Use

Type of str7x_command_handlers
str7x_command_handlers
all items filtered out