X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fjtag.h;h=3d2146c36532056240da709ac3773da4f030ed7f;hp=da5e025f65f68564bed24846e63fadf064ae1884;hb=c91dbd41ba5490b1b63617bab42624e45f5cd3ad;hpb=539a9cf20831c96588c0db62b871f7438067b509 diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index da5e025f65..3d2146c365 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -266,6 +266,7 @@ enum reset_types { RESET_TRST_OPEN_DRAIN = 0x10, RESET_SRST_PUSH_PULL = 0x20, RESET_SRST_NO_GATING = 0x40, + RESET_CNCT_UNDER_SRST = 0x80 }; enum reset_types jtag_get_reset_config(void);