]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fx2lafw/dslogic.h
fx2lafw/dslogic: Added register address #defines
[libsigrok.git] / src / hardware / fx2lafw / dslogic.h
index b3d518fcf974270ed9d4312ba9365c7224b2f241..2d13b28f6a0b3a24ea4a041bcb008ee01b4cfd08 100644 (file)
 #define DS_START_FLAGS_SAMPLE_WIDE     (1 << 5)
 #define DS_START_FLAGS_MODE_LA         (1 << 4)
 
+#define DS_ADDR_COMB                   0x68
+#define DS_ADDR_EEWP                   0x70
+#define DS_ADDR_VTH                    0x78
+
 #define DS_MAX_LOGIC_DEPTH             SR_MHZ(16)
 #define DS_MAX_LOGIC_SAMPLERATE                SR_MHZ(100)