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

swim_transport variable

Syntax

static struct transport swim_transport = { .name = "swim", .select = swim_transport_select, .init = swim_transport_init, };

References

LocationReferrerText
swim.c:138
static struct transport swim_transport = {
swim.c:147swim_constructor()
transport_register(&swim_transport);
swim.c:152transport_is_swim()
return get_current_transport() == &swim_transport;

Type Use

Type of swim_transport
swim_transport
all items filtered out