aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/ad9361_driver/ad9361_device.h
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-09-30 18:23:20 -0700
committerMartin Braun <martin.braun@ettus.com>2015-10-14 13:39:09 -0700
commit965b9a17cce1dc69cf907d2d551eae754aafcd49 (patch)
tree7bbf77f2826e4ee290b5f633aa2102d228b05c57 /host/lib/usrp/common/ad9361_driver/ad9361_device.h
parentc77ffb3e506a6fd80ba42d023a609a3653f02f2e (diff)
downloaduhd-965b9a17cce1dc69cf907d2d551eae754aafcd49.tar.gz
uhd-965b9a17cce1dc69cf907d2d551eae754aafcd49.tar.bz2
uhd-965b9a17cce1dc69cf907d2d551eae754aafcd49.zip
b200: Updated minimum clock rate to match DCM changes
Lowest master clock rate is now 220 kHz. At low clock rates, the convergence time for the DC offset and quadrature calibration times is much larger, though.
Diffstat (limited to 'host/lib/usrp/common/ad9361_driver/ad9361_device.h')
-rw-r--r--host/lib/usrp/common/ad9361_driver/ad9361_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_device.h b/host/lib/usrp/common/ad9361_driver/ad9361_device.h
index 66bc2e8b9..73b1d9a35 100644
--- a/host/lib/usrp/common/ad9361_driver/ad9361_device.h
+++ b/host/lib/usrp/common/ad9361_driver/ad9361_device.h
@@ -157,6 +157,7 @@ public:
//Constants
static const double AD9361_MAX_GAIN;
static const double AD9361_MAX_CLOCK_RATE;
+ static const double AD9361_MIN_CLOCK_RATE;
static const double AD9361_CAL_VALID_WINDOW;
static const double AD9361_RECOMMENDED_MAX_BANDWIDTH;
static const double DEFAULT_RX_FREQ;