diff options
author | Nick Foster <nick@nerdnetworks.org> | 2011-04-05 09:18:14 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-29 09:58:54 -0700 |
commit | 4df082cb4eb6659d76dd9a38988033c82c662fa9 (patch) | |
tree | 59f17b824f0e139d255bf7e3ea32b0f817b5f55d /host/lib/usrp/usrp2/usrp2_regs.hpp | |
parent | 36314331a373d902909d6616064b9c72e71efabb (diff) | |
download | uhd-4df082cb4eb6659d76dd9a38988033c82c662fa9.tar.gz uhd-4df082cb4eb6659d76dd9a38988033c82c662fa9.tar.bz2 uhd-4df082cb4eb6659d76dd9a38988033c82c662fa9.zip |
N210: implemented mboard sensors for ref lock and MIMO lock
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_regs.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_regs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_regs.hpp b/host/lib/usrp/usrp2/usrp2_regs.hpp index 01f5ee65a..d1fbf3401 100644 --- a/host/lib/usrp/usrp2/usrp2_regs.hpp +++ b/host/lib/usrp/usrp2/usrp2_regs.hpp @@ -66,6 +66,7 @@ typedef struct { int time64_secs_rb_pps; int time64_ticks_rb_pps; int compat_num_rb; + int irq_rb; int dsp_tx_freq; int dsp_tx_scale_iq; int dsp_tx_interp_rate; |