swim_transport_subcommand_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDswim_transport_subcommand_handlers

swim_transport_subcommand_handlers variable

Syntax

static const struct command_registration swim_transport_subcommand_handlers[] = { { .name = "newtap", .handler = handle_swim_newtap_command, .mode = COMMAND_CONFIG, .help = "Create a new TAP instance named basename.tap_type, " "and appends it to the scan chain.", .usage = "basename tap_type", }, COMMAND_REGISTRATION_DONE };

References

LocationText
swim.c:91
static const struct command_registration swim_transport_subcommand_handlers[] = {
swim.c:109
.chain = swim_transport_subcommand_handlers,

Type Use

Type of swim_transport_subcommand_handlers
swim_transport_subcommand_handlers
all items filtered out