or1k_hw_ip_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDor1k_hw_ip_command_handlers

or1k_hw_ip_command_handlers variable

Syntax

static const struct command_registration or1k_hw_ip_command_handlers[] = { { .name = "tap_select", .handler = or1k_tap_select_command_handler, .mode = COMMAND_ANY, .usage = "name", .help = "Select the TAP core to use", }, { .name = "tap_list", .handler = or1k_tap_list_command_handler, .mode = COMMAND_ANY, .usage = "", .help = "Display available TAP core", }, { .name = "du_select", .handler = or1k_du_select_command_handler, .mode = COMMAND_ANY, .usage = "name", .help = "Select the Debug Unit core to use", }, { .name = "du_list", .handler = or1k_du_list_command_handler, .mode = COMMAND_ANY, .usage = "select_tap name", .help = "Display available Debug Unit core", }, COMMAND_REGISTRATION_DONE };

References

LocationText
or1k.c:1363
static const struct command_registration or1k_hw_ip_command_handlers[] = {
or1k.c:1411
.chain = or1k_hw_ip_command_handlers,

Type Use

Type of or1k_hw_ip_command_handlers
or1k_hw_ip_command_handlers
all items filtered out