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

reset_types::RESET_TRST_PULLS_SRST

Syntax

RESET_TRST_PULLS_SRST = 0x8;

References

LocationReferrerText
jtag.h:222
RESET_TRST_PULLS_SRST = 0x8,
adapter.c:516handle_reset_config_command()
m = RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST;
adapter.c:522handle_reset_config_command()
tmp |= RESET_TRST_PULLS_SRST;
adapter.c:524handle_reset_config_command()
tmp |= RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST;
adapter.c:629handle_reset_config_command()
switch (new_cfg & (RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST)) {
adapter.c:633handle_reset_config_command()
case RESET_TRST_PULLS_SRST:
adapter.c:636handle_reset_config_command()
case RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST:
core.c:687legacy_jtag_add_reset()
else if ((jtag_reset_config & RESET_TRST_PULLS_SRST) != 0
core.c:802jtag_add_reset()
else if ((jtag_reset_config & RESET_TRST_PULLS_SRST) != 0

Data Use

Functions using reset_types::RESET_TRST_PULLS_SRST
reset_types::RESET_TRST_PULLS_SRST