msp432_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmsp432_command_handlers

msp432_command_handlers variable

Syntax

static const struct command_registration msp432_command_handlers[] = { { .name = "msp432", .mode = COMMAND_EXEC, .help = "MSP432 flash command group", .usage = "", .chain = msp432_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
msp432.c:1067
static const struct command_registration msp432_command_handlers[] = {
msp432.c:1080
.commands = msp432_command_handlers,

Type Use

Type of msp432_command_handlers
msp432_command_handlers
all items filtered out