at91sam4_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDat91sam4_command_handlers

at91sam4_command_handlers variable

Syntax

static const struct command_registration at91sam4_command_handlers[] = { { .name = "at91sam4", .mode = COMMAND_ANY, .help = "at91sam4 flash command group", .usage = "", .chain = at91sam4_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
at91sam4.c:3247
static const struct command_registration at91sam4_command_handlers[] = {
at91sam4.c:3260
.commands = at91sam4_command_handlers,

Type Use

Type of at91sam4_command_handlers
at91sam4_command_handlers
all items filtered out