lattice_command_handler is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlattice_command_handler

lattice_command_handler variable

Syntax

static const struct command_registration lattice_command_handler[] = { { .name = "lattice", .mode = COMMAND_ANY, .help = "lattice specific commands", .usage = "", .chain = lattice_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
lattice.c:642
static const struct command_registration lattice_command_handler[] = {
lattice.c:655
.commands = lattice_command_handler,

Type Use

Type of lattice_command_handler
lattice_command_handler
all items filtered out