]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw/dslogic: Added register address #defines
authorJoel Holdsworth <redacted>
Thu, 8 Jun 2017 22:47:01 +0000 (16:47 -0600)
committerUwe Hermann <redacted>
Mon, 19 Jun 2017 22:18:16 +0000 (00:18 +0200)
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)