]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Add SR_CONF_DEVICE_MODE and SR_CONF_TEST_MODE config keys.
[libsigrok.git] / libsigrok.h
index 7f58e1c725d7ce75a502bc7b35c10fdc12a3c978..3235ddf26ddbdcd620b60debd16e30893b9667fb 100644 (file)
@@ -828,6 +828,12 @@ enum sr_configkey {
        /** The device has internal storage, into which data is logged. This
         * starts or stops the internal logging. */
        SR_CONF_DATALOG,
+
+       /** Device mode for multi-function devices. */
+       SR_CONF_DEVICE_MODE,
+
+       /** Self test mode. */
+       SR_CONF_TEST_MODE,
 };
 
 /** Device instance data