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

jtag_reset_config variable

Syntax

static enum reset_types jtag_reset_config = RESET_NONE;

References

LocationReferrerText
core.c:87
static enum reset_types jtag_reset_config = RESET_NONE;
core.c:157is_jtag_poll_safe()
return jtag_srst == 0 || (jtag_reset_config & RESET_SRST_NO_GATING);
core.c:619adapter_system_reset()
if (!(jtag_reset_config & RESET_HAS_SRST)) {
core.c:663legacy_jtag_add_reset()
if (!(jtag_reset_config & RESET_HAS_SRST)) {
core.c:668legacy_jtag_add_reset()
if ((jtag_reset_config & RESET_SRST_PULLS_TRST) != 0
core.c:685legacy_jtag_add_reset()
if (!(jtag_reset_config & RESET_HAS_TRST))
core.c:687legacy_jtag_add_reset()
else if ((jtag_reset_config & RESET_TRST_PULLS_SRST) != 0
core.c:778jtag_add_reset()
if (!(jtag_reset_config & RESET_HAS_SRST)) {
core.c:783jtag_add_reset()
if ((jtag_reset_config & RESET_SRST_PULLS_TRST) != 0
core.c:800jtag_add_reset()
if (!(jtag_reset_config & RESET_HAS_TRST))
core.c:802jtag_add_reset()
else if ((jtag_reset_config & RESET_TRST_PULLS_SRST) != 0
core.c:1594swd_init_reset()
if (jtag_reset_config & RESET_HAS_SRST)
core.c:1633jtag_init_reset()
if (jtag_reset_config & RESET_HAS_SRST) {
core.c:1635jtag_init_reset()
if ((jtag_reset_config & RESET_SRST_PULLS_TRST) == 0)
core.c:1642jtag_init_reset()
if (jtag_reset_config & RESET_CNCT_UNDER_SRST) {
core.c:1643jtag_init_reset()
if (jtag_reset_config & RESET_SRST_NO_GATING)
core.c:1675jtag_init()
if (jtag_reset_config & RESET_CNCT_UNDER_SRST) {
core.c:1676jtag_init()
if (jtag_reset_config & RESET_SRST_NO_GATING)
core.c:1737jtag_get_reset_config()
return jtag_reset_config;
core.c:1741jtag_set_reset_config()
jtag_reset_config = type;
core.c:1841adapter_resets()
if (srst == SRST_ASSERT && !(jtag_reset_config & RESET_HAS_SRST)) {
core.c:1863adapter_resets()
if (srst == SRST_ASSERT && !(jtag_reset_config & RESET_HAS_SRST)) {
core.c:1883adapter_assert_reset()
if (jtag_reset_config & RESET_SRST_PULLS_TRST)

Data Use

Type of jtag_reset_config
jtag_reset_config
all items filtered out