psoc4_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpsoc4_exec_command_handlers

psoc4_exec_command_handlers variable

Syntax

static const struct command_registration psoc4_exec_command_handlers[] = { { .name = "mass_erase", .handler = psoc4_handle_mass_erase_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Erase entire flash device.", }, { .name = "flash_autoerase", .handler = psoc4_handle_flash_autoerase_command, .mode = COMMAND_EXEC, .usage = "bank_id on|off", .help = "Set autoerase mode for flash bank.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
psoc4.c:891
static const struct command_registration psoc4_exec_command_handlers[] = {
psoc4.c:915
.chain = psoc4_exec_command_handlers,

Type Use

Type of psoc4_exec_command_handlers
psoc4_exec_command_handlers
all items filtered out