]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
hameg-hmo: Add support for SR_CONF_LOGIC_THRESHOLD/_CUSTOM.
[libsigrok.git] / include / libsigrok / libsigrok.h
index bb0b4fe7666d8340b030ad6b8c8cce37b02ab0fa..a60e53bd17f995f7059a291919645feaaa7f9881 100644 (file)
@@ -830,6 +830,12 @@ enum sr_configkey {
        /** Logic low-high threshold range. */
        SR_CONF_VOLTAGE_THRESHOLD,
 
+       /** Logic threshold: predefined levels (TTL, ECL, CMOS, etc). */
+       SR_CONF_LOGIC_THRESHOLD,
+
+       /** Logic threshold: custom numerical value. */
+       SR_CONF_LOGIC_THRESHOLD_CUSTOM,
+
        /** The device supports using an external clock. */
        SR_CONF_EXTERNAL_CLOCK,