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

reset_types::RESET_TRST_OPEN_DRAIN

Syntax

RESET_TRST_OPEN_DRAIN = 0x10;

References

LocationReferrerText
jtag.h:223
RESET_TRST_OPEN_DRAIN = 0x10,
adapter.c:85sync_adapter_reset_with_gpios()
if (cfg & RESET_TRST_OPEN_DRAIN)
adapter.c:536handle_reset_config_command()
m = RESET_TRST_OPEN_DRAIN;
adapter.c:538handle_reset_config_command()
tmp |= RESET_TRST_OPEN_DRAIN;
adapter.c:646handle_reset_config_command()
if (new_cfg & RESET_TRST_OPEN_DRAIN)
ftdi.c:539ftdi_reset()
if (jtag_get_reset_config() & RESET_TRST_OPEN_DRAIN)

Data Use

Functions using reset_types::RESET_TRST_OPEN_DRAIN
reset_types::RESET_TRST_OPEN_DRAIN