aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
diff options
context:
space:
mode:
authorMark Meserve <mark.meserve@ni.com>2019-04-24 16:05:40 -0500
committermichael-west <michael.west@ettus.com>2019-05-21 21:37:19 -0700
commit223909d147d1915a7f1409764cae2644cac3094e (patch)
tree00caf603cd0c45699f70e2f1a1cff54b620c6464 /host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
parent45ae7843c34d81430c64b6925f3ac145015bbf45 (diff)
downloaduhd-223909d147d1915a7f1409764cae2644cac3094e.tar.gz
uhd-223909d147d1915a7f1409764cae2644cac3094e.tar.bz2
uhd-223909d147d1915a7f1409764cae2644cac3094e.zip
twinrx: add lo charge pump properties
Diffstat (limited to 'host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp')
-rw-r--r--host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp b/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
index a96abf879..59c9c04e9 100644
--- a/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
+++ b/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
@@ -11,6 +11,7 @@
#include "twinrx_io.hpp"
#include <uhd/types/wb_iface.hpp>
#include <boost/noncopyable.hpp>
+#include <uhd/types/ranges.hpp>
namespace uhd { namespace usrp { namespace dboard { namespace twinrx {
@@ -81,6 +82,14 @@ public:
virtual double set_lo2_synth_freq(channel_t ch, double freq, bool commit = true) = 0;
+ virtual double set_lo1_charge_pump(channel_t ch, double current, bool commit = true) = 0;
+
+ virtual double set_lo2_charge_pump(channel_t ch, double current, bool commit = true) = 0;
+
+ virtual uhd::meta_range_t get_lo1_charge_pump_range() = 0;
+
+ virtual uhd::meta_range_t get_lo2_charge_pump_range() = 0;
+
virtual bool read_lo1_locked(channel_t ch) = 0;
virtual bool read_lo2_locked(channel_t ch) = 0;