aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/clock_control.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-13 14:23:36 -0700
committerJosh Blum <josh@joshknows.com>2010-04-13 14:23:36 -0700
commit5b5696cbb747c87775b8e90059c951ac51ddca5a (patch)
tree9f6d61da6ab2ba9097b6c81867de1cf392f8cdfe /host/lib/usrp/usrp2/clock_control.hpp
parentad0d641b38dd79cc29b4ca7a3a02c02e35eb8f71 (diff)
downloaduhd-5b5696cbb747c87775b8e90059c951ac51ddca5a.tar.gz
uhd-5b5696cbb747c87775b8e90059c951ac51ddca5a.tar.bz2
uhd-5b5696cbb747c87775b8e90059c951ac51ddca5a.zip
added more clock config, takes care of external reference
Diffstat (limited to 'host/lib/usrp/usrp2/clock_control.hpp')
-rw-r--r--host/lib/usrp/usrp2/clock_control.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/clock_control.hpp b/host/lib/usrp/usrp2/clock_control.hpp
index 366e09c28..4302941f0 100644
--- a/host/lib/usrp/usrp2/clock_control.hpp
+++ b/host/lib/usrp/usrp2/clock_control.hpp
@@ -47,6 +47,12 @@ public:
virtual void enable_tx_dboard_clock(bool enb) = 0;
/*!
+ * Enable/disable external reference.
+ * \param enb true to enable
+ */
+ virtual void enable_external_ref(bool enb) = 0;
+
+ /*!
* TODO other clock control api here....
*/