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

transport_commands variable

Syntax

static const struct command_registration transport_commands[] = { { .name = "init", .handler = handle_transport_init, .mode = COMMAND_ANY, .help = "Initialize this session's transport", .usage = "" }, { .name = "list", .handler = handle_transport_list, .mode = COMMAND_ANY, .help = "list all built-in transports", .usage = "" }, { .name = "select", .handler = handle_transport_select, .mode = COMMAND_ANY, .help = "Select this session's transport", .usage = "[transport_name]", }, COMMAND_REGISTRATION_DONE };

References

LocationText
transport.c:311
static const struct command_registration transport_commands[] = {
transport.c:345
.chain = transport_commands,

Type Use

Type of transport_commands
transport_commands
all items filtered out