lpc3180_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc3180_exec_command_handlers

lpc3180_exec_command_handlers variable

Syntax

static const struct command_registration lpc3180_exec_command_handlers[] = { { .name = "select", .handler = handle_lpc3180_select_command, .mode = COMMAND_EXEC, .help = "select MLC or SLC controller (default is MLC), SLC can be set to bulk mode", .usage = "bank_id ['mlc'|'slc' ['bulk'] ]", }, COMMAND_REGISTRATION_DONE };

References

LocationText
lpc3180.c:1313
static const struct command_registration lpc3180_exec_command_handlers[] = {
lpc3180.c:1330
.chain = lpc3180_exec_command_handlers,

Type Use

Type of lpc3180_exec_command_handlers
lpc3180_exec_command_handlers
all items filtered out