msp432p4_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmsp432p4_exec_command_handlers

msp432p4_exec_command_handlers variable

Syntax

static const struct command_registration msp432p4_exec_command_handlers[] = { { .name = "mass_erase", .handler = msp432p4_handle_mass_erase_command, .mode = COMMAND_EXEC, .help = "Erase entire flash device.", }, { .name = "init", .handler = msp432p4_handle_init_command, .mode = COMMAND_EXEC, .help = "Init flash for operations.", }, { .name = "erase_sector", .handler = msp432p4_handle_erase_sector, .mode = COMMAND_EXEC, .help = "Erase a single sector from flash.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
msp432p4.c:364
static const struct command_registration msp432p4_exec_command_handlers[] = {
msp432p4.c:392
.chain = msp432p4_exec_command_handlers,

Type Use

Type of msp432p4_exec_command_handlers
msp432p4_exec_command_handlers
all items filtered out