]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
hameg-hmo: Add SR_CONF_HIGH_RESOLUTION and SR_CONF_PEAK_DETECTION.
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index 975ea7e342e311b3c3234e03f29323d5bc997b1a..2749fb8e7e0c27565d4898dd0ceea2d2984c39b3 100644 (file)
@@ -108,6 +108,9 @@ struct scope_state {
        int trigger_slope;
        char trigger_pattern[MAX_ANALOG_CHANNEL_COUNT + MAX_DIGITAL_CHANNEL_COUNT];
 
+       gboolean high_resolution;
+       gboolean peak_detection;
+
        uint64_t sample_rate;
 };