same5_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDsame5_command_handlers

same5_command_handlers variable

Syntax

static const struct command_registration same5_command_handlers[] = { { .name = "atsame5", .mode = COMMAND_ANY, .help = "atsame5 flash command group", .usage = "", .chain = same5_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
atsame5.c:939
static const struct command_registration same5_command_handlers[] = {
atsame5.c:952
.commands = same5_command_handlers,

Type Use

Type of same5_command_handlers
same5_command_handlers
all items filtered out