aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/clock_ctrl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-30 20:39:26 -0800
committerJosh Blum <josh@joshknows.com>2011-01-30 20:39:26 -0800
commit8aea3fb21dda08bcb64ff00a07de448615818a98 (patch)
tree17de294c51caa4497ac66c2e52b4cbdec33a7b1b /host/lib/usrp/usrp_e100/clock_ctrl.hpp
parente5e02b75b08d6129001acb57eb28a79515479bb5 (diff)
downloaduhd-8aea3fb21dda08bcb64ff00a07de448615818a98.tar.gz
uhd-8aea3fb21dda08bcb64ff00a07de448615818a98.tar.bz2
uhd-8aea3fb21dda08bcb64ff00a07de448615818a98.zip
usrp-e100: work on clock control
Diffstat (limited to 'host/lib/usrp/usrp_e100/clock_ctrl.hpp')
-rw-r--r--host/lib/usrp/usrp_e100/clock_ctrl.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e100/clock_ctrl.hpp b/host/lib/usrp/usrp_e100/clock_ctrl.hpp
index d613d1473..1f9960ce4 100644
--- a/host/lib/usrp/usrp_e100/clock_ctrl.hpp
+++ b/host/lib/usrp/usrp_e100/clock_ctrl.hpp
@@ -40,6 +40,13 @@ public:
static sptr make(usrp_e100_iface::sptr iface);
/*!
+ * Set the rate of the fpga clock line.
+ * Throws if rate is not valid.
+ * \param rate the new rate in Hz
+ */
+ virtual void set_fpga_clock_rate(double rate) = 0;
+
+ /*!
* Get the rate of the fpga clock line.
* \return the fpga clock rate in Hz
*/