psoc5lp_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpsoc5lp_exec_command_handlers

psoc5lp_exec_command_handlers variable

Syntax

static const struct command_registration psoc5lp_exec_command_handlers[] = { { .name = "mass_erase", .handler = psoc5lp_handle_mass_erase_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Erase all flash data and ECC/configuration bytes, " "all flash protection rows, " "and all row latches in all flash arrays on the device.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
psoc5lp.c:1485
static const struct command_registration psoc5lp_exec_command_handlers[] = {
psoc5lp.c:1504
.chain = psoc5lp_exec_command_handlers,

Type Use

Type of psoc5lp_exec_command_handlers
psoc5lp_exec_command_handlers
all items filtered out