transport_is_swd() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

transport_is_swd() function

Returns true if the current debug session is using SWD as its transport.

Syntax

bool transport_is_swd(void);
Implemented in adi_v5_swd.c:776

References

LocationReferrerText
adi_v5_swd.c:776
bool transport_is_swd(void)
transport.h:85
bool transport_is_swd(void);
arm_dap.c:109dap_init_all()
if (transport_is_swd()) {
arm_dap.c:304dap_check_config()
if (transport_is_swd()) {
core.c:1854adapter_resets()
} else if (transport_is_swd() || transport_is_hla() ||
core.c:1888adapter_assert_reset()
} else if (transport_is_swd() || transport_is_hla() ||
core.c:1905adapter_deassert_reset()
} else if (transport_is_swd() || transport_is_hla() ||
tcl.c:593handle_jtag_arp_init_reset()
if (transport_is_swd())

Call Tree

Functions calling transport_is_swd()
Functions called by transport_is_swd()
transport_is_swd()
all items filtered out