fm3_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDfm3_exec_command_handlers

fm3_exec_command_handlers variable

Syntax

static const struct command_registration fm3_exec_command_handlers[] = { { .name = "chip_erase", .usage = "<bank>", .handler = fm3_handle_chip_erase_command, .mode = COMMAND_EXEC, .help = "Erase entire Flash device.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
fm3.c:952
static const struct command_registration fm3_exec_command_handlers[] = {
fm3.c:969
.chain = fm3_exec_command_handlers,

Type Use

Type of fm3_exec_command_handlers
fm3_exec_command_handlers
all items filtered out