lpc32xx_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc32xx_exec_command_handlers

lpc32xx_exec_command_handlers variable

Syntax

static const struct command_registration lpc32xx_exec_command_handlers[] = { { .name = "select", .handler = handle_lpc32xx_select_command, .mode = COMMAND_EXEC, .help = "select MLC or SLC controller (default is MLC)", .usage = "bank_id ['mlc'|'slc' ]", }, COMMAND_REGISTRATION_DONE };

References

LocationText
lpc32xx.c:1774
static const struct command_registration lpc32xx_exec_command_handlers[] = {
lpc32xx.c:1790
.chain = lpc32xx_exec_command_handlers,

Type Use

Type of lpc32xx_exec_command_handlers
lpc32xx_exec_command_handlers
all items filtered out