transport_group is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

transport_group variable

Syntax

static const struct command_registration transport_group[] = { { .name = "transport", .mode = COMMAND_ANY, .help = "Transport command group", .chain = transport_commands, .usage = "" }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
transport.c:340
static const struct command_registration transport_group[] = {
transport.c:353transport_register_commands()
return register_commands(ctx, NULL, transport_group);

Data Use

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