]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Deprecate SR_DI_COUPLING.
[libsigrok.git] / libsigrok.h
index a9c4cd487abfb7215c03f7df3f443d5b8187091d..1346d76ce109e2bfe91f25d6db1febc915b66951 100644 (file)
@@ -553,12 +553,6 @@ enum {
        SR_DI_HWCAPS,
        /** Types of logic trigger supported, out of "01crf" (char *). */
        SR_DI_TRIGGER_TYPES,
-       /** The currently set samplerate in Hz (uint64_t). */
-       SR_DI_CUR_SAMPLERATE,
-       /** Supported patterns (in pattern generator mode). */
-       SR_DI_PATTERNS,
-       /** Supported buffer sizes. */
-       SR_DI_BUFFERSIZES,
        /** Supported time bases. */
        SR_DI_TIMEBASES,
        /** Supported trigger sources. */
@@ -567,8 +561,6 @@ enum {
        SR_DI_FILTERS,
        /** Valid volts/div values. */
        SR_DI_VDIVS,
-       /** Coupling options. */
-       SR_DI_COUPLING,
 };
 
 /*