SRST_DEASSERT is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

SRST_DEASSERT macro

Defines arguments for reset functions

Syntax

#define SRST_DEASSERT 0

References

LocationText
jtag.h:62
#define SRST_DEASSERT 0
adapter.c:831
(srst == VALUE_DEASSERT) ? SRST_DEASSERT : SRST_ASSERT);
core.c:1871
if (trst == TRST_DEASSERT && srst == SRST_DEASSERT)