at91sam3_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDat91sam3_exec_command_handlers

at91sam3_exec_command_handlers variable

Syntax

static const struct command_registration at91sam3_exec_command_handlers[] = { { .name = "gpnvm", .handler = sam3_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.", }, { .name = "info", .handler = sam3_handle_info_command, .mode = COMMAND_EXEC, .help = "Print information about the current at91sam3 chip " "and its flash configuration.", .usage = "", }, { .name = "slowclk", .handler = sam3_handle_slowclk_command, .mode = COMMAND_EXEC, .usage = "[clock_hz]", .help = "Display or set the slowclock frequency " "(default 32768 Hz).", }, COMMAND_REGISTRATION_DONE };

References

LocationText
at91sam3.c:3671
static const struct command_registration at91sam3_exec_command_handlers[] = {
at91sam3.c:3705
.chain = at91sam3_exec_command_handlers,

Type Use

Type of at91sam3_exec_command_handlers
at91sam3_exec_command_handlers
all items filtered out