hl_swd_transport_subcommand_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDhl_swd_transport_subcommand_handlers

hl_swd_transport_subcommand_handlers variable

Syntax

static const struct command_registration hl_swd_transport_subcommand_handlers[] = { { .name = "newdap", .mode = COMMAND_CONFIG, .handler = handle_jtag_newtap, .help = "declare a new SWD DAP", .usage = "basename dap_type ['-irlen' count] " "['-enable'|'-disable'] " "['-expected_id' number] " "['-ignore-version'] " "['-ignore-bypass'] " "['-ircapture' number] " "['-ir-bypass' number] " "['-mask' number]", }, COMMAND_REGISTRATION_DONE };

References

LocationText
hla_transport.c:36
static const struct command_registration hl_swd_transport_subcommand_handlers[] = {
hla_transport.c:60
.chain = hl_swd_transport_subcommand_handlers,

Type Use

Type of hl_swd_transport_subcommand_handlers
hl_swd_transport_subcommand_handlers
all items filtered out