fx2lafw/dslogic: Added register address #defines

This commit is contained in:
Joel Holdsworth 2017-06-08 16:47:01 -06:00 committed by Uwe Hermann
parent 9d71f81532
commit ac0facf4e0
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
#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)