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

reset_types::RESET_SRST_PUSH_PULL

Syntax

RESET_SRST_PUSH_PULL = 0x20;

References

LocationReferrerText
jtag.h:224
RESET_SRST_PUSH_PULL = 0x20,
adapter.c:81sync_adapter_reset_with_gpios()
if (cfg & RESET_SRST_PUSH_PULL)
adapter.c:552handle_reset_config_command()
m = RESET_SRST_PUSH_PULL;
adapter.c:554handle_reset_config_command()
tmp |= RESET_SRST_PUSH_PULL;
adapter.c:660handle_reset_config_command()
if (new_cfg & RESET_SRST_PUSH_PULL)
ftdi.c:553ftdi_reset()
if (jtag_get_reset_config() & RESET_SRST_PUSH_PULL)

Data Use

Functions using reset_types::RESET_SRST_PUSH_PULL
reset_types::RESET_SRST_PUSH_PULL