diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-10 14:04:07 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-11 18:43:10 -0800 |
commit | 9e75fadc0476b93ea73a7cab905d0fcbbc74d2df (patch) | |
tree | f648472d218eb00caf9e3605622d8a97db1dda2f /host/lib/usrp/usrp2/usrp2_regs.cpp | |
parent | 1bf0619c9ed076bfc85856138309e2fa9be8e371 (diff) | |
download | uhd-9e75fadc0476b93ea73a7cab905d0fcbbc74d2df.tar.gz uhd-9e75fadc0476b93ea73a7cab905d0fcbbc74d2df.tar.bz2 uhd-9e75fadc0476b93ea73a7cab905d0fcbbc74d2df.zip |
usrp2: set time over serdes when slave, added constants to top of cpp file
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_regs.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_regs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_regs.cpp b/host/lib/usrp/usrp2/usrp2_regs.cpp index 0590082f6..82ad30f08 100644 --- a/host/lib/usrp/usrp2/usrp2_regs.cpp +++ b/host/lib/usrp/usrp2/usrp2_regs.cpp @@ -57,6 +57,7 @@ usrp2_regs_t usrp2_get_regs(bool use_n2xx_map) { x.time64_flags = sr_addr(misc_output_base, x.sr_time64 + 2); x.time64_imm = sr_addr(misc_output_base, x.sr_time64 + 3); x.time64_tps = sr_addr(misc_output_base, x.sr_time64 + 4); + x.time64_mimo_sync = sr_addr(misc_output_base, x.sr_time64 + 5); x.status = bp_base + 4*8; x.time64_secs_rb = bp_base + 4*10; x.time64_ticks_rb = bp_base + 4*11; |