at91samd_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDat91samd_command_handlers

at91samd_command_handlers variable

Syntax

static const struct command_registration at91samd_command_handlers[] = { { .name = "at91samd", .mode = COMMAND_ANY, .help = "at91samd flash command group", .usage = "", .chain = at91samd_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
at91samd.c:1279
static const struct command_registration at91samd_command_handlers[] = {
at91samd.c:1292
.commands = at91samd_command_handlers,

Type Use

Type of at91samd_command_handlers
at91samd_command_handlers
all items filtered out