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

reset_types::RESET_SRST_PULLS_TRST

Syntax

RESET_SRST_PULLS_TRST = 0x4;

References

LocationReferrerText
jtag.h:221
RESET_SRST_PULLS_TRST = 0x4,
aarch64.c:1960aarch64_assert_reset()
if (target->reset_halt && !(reset_config & RESET_SRST_PULLS_TRST)) {
adapter.c:516handle_reset_config_command()
m = RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST;
adapter.c:520handle_reset_config_command()
tmp |= RESET_SRST_PULLS_TRST;
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:630handle_reset_config_command()
case RESET_SRST_PULLS_TRST:
adapter.c:636handle_reset_config_command()
case RESET_SRST_PULLS_TRST | RESET_TRST_PULLS_SRST:
arc.c:797arc_halt()
if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) {
arc.c:1114arc_assert_reset()
if (!(jtag_reset_config & RESET_SRST_PULLS_TRST) &&
arc.c:1122arc_assert_reset()
if (jtag_reset_config & RESET_SRST_PULLS_TRST)
arm7_9_common.c:895arm7_9_assert_reset()
if (!use_event && !(jtag_reset_config & RESET_SRST_PULLS_TRST)
arm7_9_common.c:939arm7_9_assert_reset()
if (jtag_reset_config & RESET_SRST_PULLS_TRST)
arm7_9_common.c:950arm7_9_assert_reset()
if (target->reset_halt && (!(jtag_reset_config & RESET_SRST_PULLS_TRST) || use_event)) {
arm7_9_common.c:991arm7_9_deassert_reset()
if (target->reset_halt && (jtag_reset_config & RESET_SRST_PULLS_TRST) != 0) {
avr32_ap7k.c:272avr32_ap7k_halt()
if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) {
core.c:668legacy_jtag_add_reset()
if ((jtag_reset_config & RESET_SRST_PULLS_TRST) != 0
core.c:783jtag_add_reset()
if ((jtag_reset_config & RESET_SRST_PULLS_TRST) != 0
core.c:1635jtag_init_reset()
if ((jtag_reset_config & RESET_SRST_PULLS_TRST) == 0)
core.c:1883adapter_assert_reset()
if (jtag_reset_config & RESET_SRST_PULLS_TRST)
dsp563xx.c:1323dsp563xx_assert_reset()
if (jtag_reset_config & RESET_SRST_PULLS_TRST)
esirisc.c:1129esirisc_assert_reset()
if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) == 0)
mips_m4k.c:271mips_m4k_halt()
if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) {
mips_m4k.c:314mips_m4k_assert_reset()
if (!(jtag_reset_config & RESET_SRST_PULLS_TRST) &&
mips_m4k.c:332mips_m4k_assert_reset()
if (jtag_reset_config & RESET_SRST_PULLS_TRST)
mips_mips64.c:133mips_mips64_halt()
if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) && jtag_get_srst()) {
mips_mips64.c:176mips_mips64_assert_reset()
if (jtag_reset_config & RESET_SRST_PULLS_TRST)
or1k.c:582or1k_halt()
if ((jtag_get_reset_config() & RESET_SRST_PULLS_TRST) &&
rlink.c:1305rlink_execute_queue()
(jtag_get_reset_config() & RESET_SRST_PULLS_TRST)))