max32xxx_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmax32xxx_exec_command_handlers

max32xxx_exec_command_handlers variable

Syntax

static const struct command_registration max32xxx_exec_command_handlers[] = { { .name = "mass_erase", .handler = max32xxx_handle_mass_erase_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "mass erase flash", }, { .name = "protection_set", .handler = max32xxx_handle_protection_set_command, .mode = COMMAND_EXEC, .usage = "bank_id addr size", .help = "set flash protection for address range", }, { .name = "protection_clr", .handler = max32xxx_handle_protection_clr_command, .mode = COMMAND_EXEC, .usage = "bank_id addr size", .help = "clear flash protection for address range", }, { .name = "protection_check", .handler = max32xxx_handle_protection_check_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "check flash protection", }, COMMAND_REGISTRATION_DONE };

References

LocationText
max32xxx.c:917
static const struct command_registration max32xxx_exec_command_handlers[] = {
max32xxx.c:954
.chain = max32xxx_exec_command_handlers,

Type Use

Type of max32xxx_exec_command_handlers
max32xxx_exec_command_handlers
all items filtered out