at91sam7_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDat91sam7_command_handlers

at91sam7_command_handlers variable

Syntax

static const struct command_registration at91sam7_command_handlers[] = { { .name = "at91sam7", .mode = COMMAND_ANY, .help = "at91sam7 flash command group", .usage = "", .chain = at91sam7_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
at91sam7.c:1108
static const struct command_registration at91sam7_command_handlers[] = {
at91sam7.c:1122
.commands = at91sam7_command_handlers,

Type Use

Type of at91sam7_command_handlers
at91sam7_command_handlers
all items filtered out