lpc3180_command_handler is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc3180_command_handler

lpc3180_command_handler variable

Syntax

static const struct command_registration lpc3180_command_handler[] = { { .name = "lpc3180", .mode = COMMAND_ANY, .help = "LPC3180 NAND flash controller commands", .usage = "", .chain = lpc3180_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
lpc3180.c:1324
static const struct command_registration lpc3180_command_handler[] = {
lpc3180.c:1337
.commands = lpc3180_command_handler,

Type Use

Type of lpc3180_command_handler
lpc3180_command_handler
all items filtered out