]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/fx2lafw.h
fx2lafw: Basic implementation of hw_dev_config_set with SR_HWCAP_LIMIT_SAMPLES
[libsigrok.git] / hardware / fx2lafw / fx2lafw.h
index 690c6deedb39f4a3dbd6bc9d53085b52e7baeab7..225b776591e9e7abc9904e778b040dcf5453189a 100644 (file)
@@ -52,6 +52,9 @@ struct fx2lafw_device {
         */
        GTimeVal fw_updated;
 
+       /* Device/Capture Settings */
+       uint64_t limit_samples;
+
        void *session_data;
 
        struct sr_usb_dev_inst *usb;