aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/clock_ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/usrp2/clock_ctrl.cpp')
-rw-r--r--host/lib/usrp/usrp2/clock_ctrl.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/clock_ctrl.cpp b/host/lib/usrp/usrp2/clock_ctrl.cpp
index d9baa66cf..783fb9b21 100644
--- a/host/lib/usrp/usrp2/clock_ctrl.cpp
+++ b/host/lib/usrp/usrp2/clock_ctrl.cpp
@@ -85,6 +85,14 @@ public:
this->update_regs();
}
+ void set_rate_rx_dboard_clock(double rate){
+ //TODO
+ }
+
+ std::vector<double> get_rates_rx_dboard_clock(void){
+ //TODO
+ }
+
//uses output clock 6 (cmos)
void enable_tx_dboard_clock(bool enb){
_ad9510_regs.power_down_lvds_cmos_out6 = enb? 0 : 1;
@@ -96,6 +104,14 @@ public:
this->update_regs();
}
+ void set_rate_tx_dboard_clock(double rate){
+ //TODO
+ }
+
+ std::vector<double> get_rates_tx_dboard_clock(void){
+ //TODO
+ }
+
/*!
* If we are to use an external reference, enable the charge pump.
* \param enb true to enable the CP