]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
ols: add external clock support
[libsigrok.git] / libsigrok.h
index 2f7047a426119ef1a4a909792c8244e138e46cce..b8f4f757019d45c6be16c957c2e0f83e2e0e4a2d 100644 (file)
@@ -142,6 +142,7 @@ enum {
        SR_T_RATIONAL_VOLT,
        SR_T_KEYVALUE,
        SR_T_UINT64_RANGE,
+       SR_T_DOUBLE_RANGE,
 };
 
 /** Value for sr_datafeed_packet.type. */
@@ -627,6 +628,9 @@ enum {
        /** The device supports setting a pattern (pattern generator mode). */
        SR_CONF_PATTERN_MODE,
 
+       /** The devices supports using a external clock. */
+       SR_CONF_EXTERNAL_CLOCK,
+
        /** The device supports Run Length Encoding. */
        SR_CONF_RLE,
 
@@ -681,6 +685,9 @@ enum {
        /** Min hold mode. */
        SR_CONF_HOLD_MIN,
 
+       /** Logic low-high threshold range. */
+       SR_CONF_VOLTAGE_THRESHOLD,
+
        /*--- Special stuff -------------------------------------------------*/
 
        /** Scan options supported by the driver. */