em357_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDem357_exec_command_handlers

em357_exec_command_handlers variable

Syntax

static const struct command_registration em357_exec_command_handlers[] = { { .name = "lock", .usage = "<bank>", .handler = em357_handle_lock_command, .mode = COMMAND_EXEC, .help = "Lock entire flash device.", }, { .name = "unlock", .usage = "<bank>", .handler = em357_handle_unlock_command, .mode = COMMAND_EXEC, .help = "Unlock entire protected flash device.", }, { .name = "mass_erase", .usage = "<bank>", .handler = em357_handle_mass_erase_command, .mode = COMMAND_EXEC, .help = "Erase entire flash device.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
em357.c:875
static const struct command_registration em357_exec_command_handlers[] = {
em357.c:906
.chain = em357_exec_command_handlers,

Type Use

Type of em357_exec_command_handlers
em357_exec_command_handlers
all items filtered out