]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
hameg-hmo: Add SR_CONF_TRIGGER_PATTERN support.
[libsigrok.git] / include / libsigrok / libsigrok.h
index a60e53bd17f995f7059a291919645feaaa7f9881..ed6fd42471f4029fa7c8a43b101e31f7d2bf29ed 100644 (file)
@@ -770,6 +770,9 @@ enum sr_configkey {
        /** The device supports setting trigger slope. */
        SR_CONF_TRIGGER_SLOPE,
 
+       /** The device supports setting a pattern for the logic trigger. */
+       SR_CONF_TRIGGER_PATTERN,
+
        /** The device supports averaging. */
        SR_CONF_AVERAGING,