at91sam7_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDat91sam7_exec_command_handlers

at91sam7_exec_command_handlers variable

Syntax

static const struct command_registration at91sam7_exec_command_handlers[] = { { .name = "gpnvm", .handler = at91sam7_handle_gpnvm_command, .mode = COMMAND_EXEC, .help = "set or clear one General Purpose Non-Volatile Memory " "(gpnvm) bit", .usage = "bitnum ('set'|'clear')", }, COMMAND_REGISTRATION_DONE };

References

LocationText
at91sam7.c:1097
static const struct command_registration at91sam7_exec_command_handlers[] = {
at91sam7.c:1114
.chain = at91sam7_exec_command_handlers,

Type Use

Type of at91sam7_exec_command_handlers
at91sam7_exec_command_handlers
all items filtered out