lpc32xx_command_handler is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc32xx_command_handler

lpc32xx_command_handler variable

Syntax

static const struct command_registration lpc32xx_command_handler[] = { { .name = "lpc32xx", .mode = COMMAND_ANY, .help = "LPC32xx NAND flash controller commands", .usage = "", .chain = lpc32xx_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
lpc32xx.c:1784
static const struct command_registration lpc32xx_command_handler[] = {
lpc32xx.c:1797
.commands = lpc32xx_command_handler,

Type Use

Type of lpc32xx_command_handler
lpc32xx_command_handler
all items filtered out