lpc2900_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc2900_command_handlers

lpc2900_command_handlers variable

Syntax

static const struct command_registration lpc2900_command_handlers[] = { { .name = "lpc2900", .mode = COMMAND_ANY, .help = "LPC2900 flash command group", .usage = "", .chain = lpc2900_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
lpc2900.c:874
static const struct command_registration lpc2900_command_handlers[] = {
lpc2900.c:1574
.commands = lpc2900_command_handlers,

Type Use

Type of lpc2900_command_handlers
lpc2900_command_handlers
all items filtered out