]> sigrok.org Git - libsigrok.git/blobdiff - sigrok.h.in
sr: support for SR_HWCAP_COUPLING and SR_DI_COUPLING
[libsigrok.git] / sigrok.h.in
index 38d7d474ebcf2b4a011bcbe12a6fea940a0e5f6c..18f9404a609c51666113a25cbeee0f186767a4a6 100644 (file)
@@ -323,6 +323,9 @@ enum {
        /** Volts/div. */
        SR_HWCAP_VDIV,
 
+       /** Coupling. */
+       SR_HWCAP_COUPLING,
+
        /*--- Special stuff -------------------------------------------------*/
 
        /* TODO: Better description. */
@@ -433,6 +436,8 @@ enum {
        SR_DI_FILTERS,
        /* Valid volts/div values */
        SR_DI_VDIVS,
+       /* Coupling options */
+       SR_DI_COUPLING,
 };
 
 /*