]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
New API function sr_session_dev_list()
[libsigrok.git] / libsigrok.h
index 2f7047a426119ef1a4a909792c8244e138e46cce..cfaec89bb1e027e64586f77bd9d747dcd54d280c 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,14 @@ 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 swapping channels. Typical this is between
+        *  buffered and unbuffered channels.
+        */
+       SR_CONF_SWAP,
+
        /** The device supports Run Length Encoding. */
        SR_CONF_RLE,
 
@@ -681,6 +690,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. */