]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
ols: add swap channels feature
[libsigrok.git] / libsigrok.h
index a93a07ea3a4745218ce74c167117f254d3df75a8..cfaec89bb1e027e64586f77bd9d747dcd54d280c 100644 (file)
@@ -628,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,