rsl10_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDrsl10_exec_command_handlers

rsl10_exec_command_handlers variable

Syntax

static const struct command_registration rsl10_exec_command_handlers[] = { { .name = "lock", .handler = rsl10_lock_command, .mode = COMMAND_EXEC, .help = "Lock rsl10 debug, with passed keys", .usage = "key1 key2 key3 key4", }, { .name = "unlock", .handler = rsl10_unlock_command, .mode = COMMAND_EXEC, .help = "Unlock rsl10 debug, with passed keys", .usage = "key1 key2 key3 key4", }, { .name = "mass_erase", .handler = rsl10_mass_erase_command, .mode = COMMAND_EXEC, .help = "Mass erase all unprotected flash areas", .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
rsl10.c:796
static const struct command_registration rsl10_exec_command_handlers[] = {
rsl10.c:827
.chain = rsl10_exec_command_handlers,

Type Use

Type of rsl10_exec_command_handlers
rsl10_exec_command_handlers
all items filtered out