]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/dslogic/dslogic.h
fx2lafw: Moved all protocol handling to protocol.c
[libsigrok.git] / src / hardware / dslogic / dslogic.h
index 858cdd56b2b0e47cde6544c5b9a4f8cacf97e1f7..a3546aa0261c9ae8e05d898f8ccd98a62299495e 100644 (file)
@@ -47,6 +47,7 @@
 
 #define DS_MAX_LOGIC_DEPTH             SR_MHZ(16)
 #define DS_MAX_LOGIC_SAMPLERATE                SR_MHZ(100)
+#define DS_MAX_TRIG_PERCENT            90
 
 #define DS_MODE_TRIG_EN                        (1 << 0)
 #define DS_MODE_CLK_TYPE               (1 << 1)
@@ -64,6 +65,8 @@
 #define DS_MODE_EXT_TEST               (1 << 14)
 #define DS_MODE_INT_TEST               (1 << 15)
 
+#define DSLOGIC_ATOMIC_SAMPLES         (1 << 6)
+
 enum dslogic_operation_modes {
        DS_OP_NORMAL,
        DS_OP_INTERNAL_TEST,