lpc2000_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc2000_command_handlers

lpc2000_command_handlers variable

Syntax

static const struct command_registration lpc2000_command_handlers[] = { { .name = "lpc2000", .mode = COMMAND_ANY, .help = "lpc2000 flash command group", .usage = "", .chain = lpc2000_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
lpc2000.c:1592
static const struct command_registration lpc2000_command_handlers[] = {
lpc2000.c:1605
.commands = lpc2000_command_handlers,

Type Use

Type of lpc2000_command_handlers
lpc2000_command_handlers
all items filtered out