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

swd_transport variable

Syntax

static struct transport swd_transport = { .name = "swd", .select = swd_select, .init = swd_init, };

References

LocationReferrerText
adi_v5_swd.c:761
static struct transport swd_transport = {
adi_v5_swd.c:770swd_constructor()
transport_register(&swd_transport);
adi_v5_swd.c:778transport_is_swd()
return get_current_transport() == &swd_transport;

Type Use

Type of swd_transport
swd_transport
all items filtered out