avrf_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

avrf_command_handlers variable

Syntax

static const struct command_registration avrf_command_handlers[] = { { .name = "avrf", .mode = COMMAND_ANY, .help = "AVR flash command group", .usage = "", .chain = avrf_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
avrf.c:450
static const struct command_registration avrf_command_handlers[] = {
avrf.c:463
.commands = avrf_command_handlers,

Type Use

Type of avrf_command_handlers
avrf_command_handlers
all items filtered out