psoc6_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpsoc6_exec_command_handlers

psoc6_exec_command_handlers variable

Syntax

static const struct command_registration psoc6_exec_command_handlers[] = { { .name = "mass_erase", .handler = psoc6_handle_mass_erase_command, .mode = COMMAND_EXEC, .usage = "bank", .help = "Erases entire Main Flash", }, { .name = "reset_halt", .handler = psoc6_handle_reset_halt, .mode = COMMAND_EXEC, .usage = "", .help = "Tries to simulate broken Vector Catch", }, { .name = "reset_to_entry", .handler = psoc6_handle_reset_to_entry, .mode = COMMAND_EXEC, .usage = "entry point address", .help = "Resets the entire chip and waits for the current core to stop at the specified adderss", }, COMMAND_REGISTRATION_DONE };

References

LocationText
psoc6.c:1029
static const struct command_registration psoc6_exec_command_handlers[] = {
psoc6.c:1060
.chain = psoc6_exec_command_handlers,

Type Use

Type of psoc6_exec_command_handlers
psoc6_exec_command_handlers
all items filtered out