diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-14 15:15:19 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-14 15:15:19 +0100 |
commit | ec11128445c00a8340b95dae6ed2d3ab5c7a5976 (patch) | |
tree | d1e135403dcb00e273e7aec13e022564135659ad /host/lib/usrp/b200/b200_regs.hpp | |
parent | 12aed42c4b472f84003736e85565caafd093a320 (diff) | |
download | uhd-ec11128445c00a8340b95dae6ed2d3ab5c7a5976.tar.gz uhd-ec11128445c00a8340b95dae6ed2d3ab5c7a5976.tar.bz2 uhd-ec11128445c00a8340b95dae6ed2d3ab5c7a5976.zip |
b200: Added lo_locked sensor
Diffstat (limited to 'host/lib/usrp/b200/b200_regs.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_regs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_regs.hpp b/host/lib/usrp/b200/b200_regs.hpp index dc8a6b0dc..900651f94 100644 --- a/host/lib/usrp/b200/b200_regs.hpp +++ b/host/lib/usrp/b200/b200_regs.hpp @@ -32,6 +32,7 @@ localparam SR_CORE_PPS_SEL = 48; localparam RB32_CORE_SPI = 8; localparam RB32_CORE_MISC = 16; localparam RB32_CORE_STATUS = 20; +localparam RB32_CORE_PLL = 24; localparam SR_SPI = 8; localparam SR_ATR = 12; |