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

jtag_get_trst() function

Syntax

int jtag_get_trst(void);
Implemented in core.c:1744

Return value

The current state of TRST.

References

LocationReferrerText
core.c:1744
int jtag_get_trst(void)
jtag.h:245
int jtag_get_trst(void);
adapter.c:764handle_adapter_reset_de_assert()
signal = jtag_get_trst() ? "asserted" : "deasserted";
adapter.c:808handle_adapter_reset_de_assert()
trst = jtag_get_trst() ? VALUE_ASSERT : VALUE_DEASSERT;

Call Tree

Functions calling jtag_get_trst()
all items filtered out
jtag_get_trst()
Data read by jtag_get_trst()
all items filtered out
jtag_get_trst()