msp432p4_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmsp432p4_command_handlers

msp432p4_command_handlers variable

Syntax

static const struct command_registration msp432p4_command_handlers[] = { { .name = "msp432p4", .mode = COMMAND_ANY, .help = "msp432p4 flash command group", .usage = "Set of flashing commands for a msp432p4 target", .chain = msp432p4_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
msp432p4.c:386
static const struct command_registration msp432p4_command_handlers[] = {
msp432p4.c:585
.commands = msp432p4_command_handlers,

Type Use

Type of msp432p4_command_handlers
msp432p4_command_handlers
all items filtered out