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

fm3_command_handlers variable

Syntax

static const struct command_registration fm3_command_handlers[] = { { .name = "fm3", .mode = COMMAND_ANY, .help = "fm3 Flash command group", .usage = "", .chain = fm3_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
fm3.c:963
static const struct command_registration fm3_command_handlers[] = {
fm3.c:976
.commands = fm3_command_handlers,

Type Use

Type of fm3_command_handlers
fm3_command_handlers
all items filtered out