virtex2_command_handler is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDvirtex2_command_handler

virtex2_command_handler variable

Syntax

static const struct command_registration virtex2_command_handler[] = { { .name = "virtex2", .mode = COMMAND_ANY, .help = "Virtex-II specific commands", .usage = "", .chain = virtex2_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
virtex2.c:461
static const struct command_registration virtex2_command_handler[] = {
virtex2.c:474
.commands = virtex2_command_handler,

Type Use

Type of virtex2_command_handler
virtex2_command_handler
all items filtered out