]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fx2lafw/dslogic.h
dslogic: Add support for long captures at high samplerates.
[libsigrok.git] / src / hardware / fx2lafw / dslogic.h
index b6c6e7d55f397817b99015e2cae76c25aa5f1674..6cb827d3e211bf79d830fcae7aad86d252d86eae 100644 (file)
@@ -35,6 +35,9 @@
 #define DS_START_FLAGS_SAMPLE_WIDE     (1 << 5)
 #define DS_START_FLAGS_MODE_LA         (1 << 4)
 
+/* enable rle to capture more samples than this limit */
+#define DS_MAX_LOGIC_DEPTH     16000000
+
 enum dslogic_operation_modes {
        DS_OP_NORMAL,
        DS_OP_INTERNAL_TEST,