diff options
author | Philip Balister <philip@opensdr.com> | 2010-11-04 17:44:08 -0400 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-11-04 17:44:08 -0400 |
commit | bab641f4fdf954d6023904ca18c4bb4f6a362e47 (patch) | |
tree | 00c1c3e451f2a7cfb7f74597221d355f52c2942a | |
parent | a8fcdba5f76d08212835c5966be67248428fe9fa (diff) | |
download | uhd-bab641f4fdf954d6023904ca18c4bb4f6a362e47.tar.gz uhd-bab641f4fdf954d6023904ca18c4bb4f6a362e47.tar.bz2 uhd-bab641f4fdf954d6023904ca18c4bb4f6a362e47.zip |
usrp_e : Fix register definitions for COMPAT and others.
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_regs.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_regs.hpp b/host/lib/usrp/usrp_e/usrp_e_regs.hpp index f74358f00..8bfb08b6f 100644 --- a/host/lib/usrp/usrp_e/usrp_e_regs.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_regs.hpp @@ -30,7 +30,9 @@ #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_COMPAT UE_REG_MISC_BASE + 12 +#define UE_REG_MISC_TX_LEN UE_REG_MISC_BASE + 12 +#define UE_REG_MISC_XFER_RATE UE_REG_MISC_BASE + 14 +#define UE_REG_MISC_COMPAT UE_REG_MISC_BASE + 16 ///////////////////////////////////////////////////// // Slave 1 -- UART |