diff options
author | Philip Balister <philip@opensdr.com> | 2010-04-21 15:40:59 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-04-21 15:40:59 +0000 |
commit | 61d8449f95c5c9f2c21c310f298e2ef7d66afdbb (patch) | |
tree | 6eeb916395f42f95480de676d31eba6730c3a17e | |
parent | 43db7fd7ffb542d55d59368b62a27cffe03cba67 (diff) | |
download | uhd-61d8449f95c5c9f2c21c310f298e2ef7d66afdbb.tar.gz uhd-61d8449f95c5c9f2c21c310f298e2ef7d66afdbb.tar.bz2 uhd-61d8449f95c5c9f2c21c310f298e2ef7d66afdbb.zip |
Add register definitions for new transfer scheme.
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_regs.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_regs.hpp b/host/lib/usrp/usrp_e/usrp_e_regs.hpp index edd87e649..e7f89db7b 100644 --- a/host/lib/usrp/usrp_e/usrp_e_regs.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_regs.hpp @@ -28,6 +28,8 @@ #define UE_REG_MISC_CGEN_CTRL UE_REG_MISC_BASE + 4 #define UE_REG_MISC_CGEN_ST UE_REG_MISC_BASE + 6 #define UE_REG_MISC_TEST UE_REG_MISC_BASE + 8 +#define UE_REG_MISC_RX_LEN UE_REG_MISC_BASE + 10 +#define UE_REG_MISC_TX_LEN UE_REG_MISC_BASE + 12 ///////////////////////////////////////////////////// // Slave 1 -- UART |