aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
diff options
context:
space:
mode:
authorDerek Kozel <derek.kozel@ettus.com>2017-12-07 18:04:36 +0000
committermichael-west <michael.west@ettus.com>2017-12-18 10:11:46 -0800
commit893609252b1935fc6d27aedaaf653f4ae62cfed4 (patch)
tree45220aa98662aa09298c9ed8017afc2219a02efb /host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
parentb25312cb7192a60935e30e2c64fc02adb8cf6385 (diff)
downloaduhd-893609252b1935fc6d27aedaaf653f4ae62cfed4.tar.gz
uhd-893609252b1935fc6d27aedaaf653f4ae62cfed4.tar.bz2
uhd-893609252b1935fc6d27aedaaf653f4ae62cfed4.zip
TwinRX: Added ADF5356 synth and TwinRX Rev C support
ADF5355 and ADF5356 support merged into adf535x class Default register values moved into regmap Reviewed-By: Martin Braun <martin.braun@ettus.com> Reviewed-By: Ashish Chaudhari <ashish@ettus.com> Reviewed-By: Mark Meserve <mark.meserve@ni.com>
Diffstat (limited to 'host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp')
-rw-r--r--host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp b/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
index 2439addc4..68e3022f1 100644
--- a/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
+++ b/host/lib/usrp/dboard/twinrx/twinrx_ctrl.hpp
@@ -18,9 +18,9 @@
#ifndef INCLUDED_DBOARD_TWINRX_CTRL_HPP
#define INCLUDED_DBOARD_TWINRX_CTRL_HPP
-#include <boost/noncopyable.hpp>
-#include <uhd/types/wb_iface.hpp>
#include "twinrx_io.hpp"
+#include <uhd/types/wb_iface.hpp>
+#include <boost/noncopyable.hpp>
namespace uhd { namespace usrp { namespace dboard { namespace twinrx {
@@ -31,7 +31,9 @@ public:
static sptr make(
dboard_iface::sptr db_iface,
twinrx_gpio::sptr gpio_iface,
- twinrx_cpld_regmap::sptr cpld_regmap);
+ twinrx_cpld_regmap::sptr cpld_regmap,
+ dboard_id_t rx_id
+ );
virtual ~twinrx_ctrl() {}