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

jtag_poll variable

Syntax

static bool jtag_poll = true;

References

LocationReferrerText
core.c:139
static bool jtag_poll = true;
core.c:153is_jtag_poll_safe()
return jtag_poll;
core.c:155is_jtag_poll_safe()
if (!jtag_poll || jtag_trst != 0)
core.c:162jtag_poll_get_enabled()
return jtag_poll;
core.c:167jtag_poll_set_enabled()
jtag_poll = value;

Data Use

Functions writing jtag_poll
Functions reading jtag_poll
all items filtered out
jtag_poll