reset_types::RESET_HAS_TRST is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDreset_types::RESET_HAS_TRST

reset_types::RESET_HAS_TRST

Syntax

RESET_HAS_TRST = 0x1;

References

LocationReferrerText
jtag.h:218
RESET_HAS_TRST = 0x1,
adapter.c:496handle_reset_config_command()
m = RESET_HAS_TRST | RESET_HAS_SRST;
adapter.c:500handle_reset_config_command()
tmp = RESET_HAS_TRST;
adapter.c:504handle_reset_config_command()
tmp = RESET_HAS_TRST | RESET_HAS_SRST;
adapter.c:613handle_reset_config_command()
switch (new_cfg & (RESET_HAS_TRST | RESET_HAS_SRST)) {
adapter.c:617handle_reset_config_command()
case RESET_HAS_TRST:
adapter.c:645handle_reset_config_command()
if (new_cfg & RESET_HAS_TRST) {
adapter.c:763handle_adapter_reset_de_assert()
if (jtag_reset_config & RESET_HAS_TRST)
core.c:685legacy_jtag_add_reset()
if (!(jtag_reset_config & RESET_HAS_TRST))
core.c:800jtag_add_reset()
if (!(jtag_reset_config & RESET_HAS_TRST))
ftdi.c:537ftdi_reset()
} else if (sig_ntrst && jtag_get_reset_config() & RESET_HAS_TRST &&

Data Use

Functions using reset_types::RESET_HAS_TRST
reset_types::RESET_HAS_TRST