lpc2000_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc2000_exec_command_handlers

lpc2000_exec_command_handlers variable

Syntax

static const struct command_registration lpc2000_exec_command_handlers[] = { { .name = "part_id", .handler = lpc2000_handle_part_id_command, .mode = COMMAND_EXEC, .help = "print part id of lpc2000 flash bank <num>", .usage = "<bank>", }, COMMAND_REGISTRATION_DONE };

References

LocationText
lpc2000.c:1582
static const struct command_registration lpc2000_exec_command_handlers[] = {
lpc2000.c:1598
.chain = lpc2000_exec_command_handlers,

Type Use

Type of lpc2000_exec_command_handlers
lpc2000_exec_command_handlers
all items filtered out