avrf_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDavrf_exec_command_handlers

avrf_exec_command_handlers variable

Syntax

static const struct command_registration avrf_exec_command_handlers[] = { { .name = "mass_erase", .usage = "<bank>", .handler = avrf_handle_mass_erase_command, .mode = COMMAND_EXEC, .help = "erase entire device", }, COMMAND_REGISTRATION_DONE };

References

LocationText
avrf.c:440
static const struct command_registration avrf_exec_command_handlers[] = {
avrf.c:456
.chain = avrf_exec_command_handlers,

Type Use

Type of avrf_exec_command_handlers
avrf_exec_command_handlers
all items filtered out