virtex2_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDvirtex2_exec_command_handlers

virtex2_exec_command_handlers variable

Syntax

static const struct command_registration virtex2_exec_command_handlers[] = { { .name = "read_stat", .mode = COMMAND_EXEC, .handler = virtex2_handle_read_stat_command, .help = "read status register", .usage = "pld_name", }, { .name = "set_instr_codes", .mode = COMMAND_ANY, .handler = virtex2_handle_set_instuction_codes_command, .help = "set instructions codes used for loading the bitstream/refreshing/jtag-hub", .usage = "pld_name cfg_out cfg_in jprogb jstart jshutdown" " [user1 [user2 [user3 [user4]]]]", }, { .name = "set_user_codes", .mode = COMMAND_ANY, .handler = virtex2_handle_set_user_codes_command, .help = "set instructions codes used for jtag-hub", .usage = "pld_name user1 [user2 [user3 [user4]]]", }, { .name = "refresh", .mode = COMMAND_EXEC, .handler = virtex2_handle_refresh_command, .help = "start loading of configuration (program)", .usage = "pld_name", }, COMMAND_REGISTRATION_DONE };

References

LocationText
virtex2.c:431
static const struct command_registration virtex2_exec_command_handlers[] = {
virtex2.c:467
.chain = virtex2_exec_command_handlers,

Type Use

Type of virtex2_exec_command_handlers
virtex2_exec_command_handlers
all items filtered out