hl_swd_transport_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDhl_swd_transport_command_handlers

hl_swd_transport_command_handlers variable

Syntax

static const struct command_registration hl_swd_transport_command_handlers[] = { { .name = "swd", .mode = COMMAND_ANY, .help = "SWD command group", .usage = "", .chain = hl_swd_transport_subcommand_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
hla_transport.c:54
static const struct command_registration hl_swd_transport_command_handlers[] = {
hla_transport.c:212hl_swd_transport_select()
return register_commands(cmd_ctx, NULL, hl_swd_transport_command_handlers);

Data Use

Functions reading hl_swd_transport_command_handlers
hl_swd_transport_command_handlers
all items filtered out
Type of hl_swd_transport_command_handlers
hl_swd_transport_command_handlers
all items filtered out