at91sam3_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDat91sam3_command_handlers

at91sam3_command_handlers variable

Syntax

static const struct command_registration at91sam3_command_handlers[] = { { .name = "at91sam3", .mode = COMMAND_ANY, .help = "at91sam3 flash command group", .usage = "", .chain = at91sam3_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
at91sam3.c:3699
static const struct command_registration at91sam3_command_handlers[] = {
at91sam3.c:3712
.commands = at91sam3_command_handlers,

Type Use

Type of at91sam3_command_handlers
at91sam3_command_handlers
all items filtered out