atsamv_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDatsamv_exec_command_handlers

atsamv_exec_command_handlers variable

Syntax

static const struct command_registration atsamv_exec_command_handlers[] = { { .name = "gpnvm", .handler = samv_handle_gpnvm_command, .mode = COMMAND_EXEC, .usage = "[('clr'|'set'|'show') bitnum]", .help = "Without arguments, shows all bits in the gpnvm " "register. Otherwise, clears, sets, or shows one " "General Purpose Non-Volatile Memory (gpnvm) bit.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
atsamv.c:663
static const struct command_registration atsamv_exec_command_handlers[] = {
atsamv.c:682
.chain = atsamv_exec_command_handlers,

Type Use

Type of atsamv_exec_command_handlers
atsamv_exec_command_handlers
all items filtered out