atsamv_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDatsamv_command_handlers

atsamv_command_handlers variable

Syntax

static const struct command_registration atsamv_command_handlers[] = { { .name = "atsamv", .mode = COMMAND_ANY, .help = "atsamv flash command group", .usage = "", .chain = atsamv_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
atsamv.c:676
static const struct command_registration atsamv_command_handlers[] = {
atsamv.c:689
.commands = atsamv_command_handlers,

Type Use

Type of atsamv_command_handlers
atsamv_command_handlers
all items filtered out