pic32mx_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpic32mx_command_handlers

pic32mx_command_handlers variable

Syntax

static const struct command_registration pic32mx_command_handlers[] = { { .name = "pic32mx", .mode = COMMAND_ANY, .help = "pic32mx flash command group", .usage = "", .chain = pic32mx_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
pic32mx.c:939
static const struct command_registration pic32mx_command_handlers[] = {
pic32mx.c:952
.commands = pic32mx_command_handlers,

Type Use

Type of pic32mx_command_handlers
pic32mx_command_handlers
all items filtered out