sim3x_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDsim3x_exec_command_handlers

sim3x_exec_command_handlers variable

Syntax

static const struct command_registration sim3x_exec_command_handlers[] = { { .name = "mass_erase", .mode = COMMAND_EXEC, .help = "Erase the complete flash", .usage = "", .handler = sim3x_mass_erase, }, { .name = "lock", .mode = COMMAND_EXEC, .help = "Locks the flash. Unlock by mass erase", .usage = "", .handler = sim3x_lock, }, COMMAND_REGISTRATION_DONE };

References

LocationText
sim3x.c:1065
static const struct command_registration sim3x_exec_command_handlers[] = {
sim3x.c:1089
.chain = sim3x_exec_command_handlers,

Type Use

Type of sim3x_exec_command_handlers
sim3x_exec_command_handlers
all items filtered out