diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-30 20:39:26 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-30 20:39:26 -0800 |
commit | 8aea3fb21dda08bcb64ff00a07de448615818a98 (patch) | |
tree | 17de294c51caa4497ac66c2e52b4cbdec33a7b1b /host/lib/usrp/usrp_e100/clock_ctrl.hpp | |
parent | e5e02b75b08d6129001acb57eb28a79515479bb5 (diff) | |
download | uhd-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.hpp | 7 |
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 */ |