aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_dac_ctrl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/x300/x300_dac_ctrl.hpp')
-rw-r--r--host/lib/usrp/x300/x300_dac_ctrl.hpp14
1 files changed, 4 insertions, 10 deletions
diff --git a/host/lib/usrp/x300/x300_dac_ctrl.hpp b/host/lib/usrp/x300/x300_dac_ctrl.hpp
index 5fd7e13d8..c2e509b54 100644
--- a/host/lib/usrp/x300/x300_dac_ctrl.hpp
+++ b/host/lib/usrp/x300/x300_dac_ctrl.hpp
@@ -37,20 +37,14 @@ public:
*/
static sptr make(uhd::spi_iface::sptr iface, const size_t slaveno, const double clock_rate);
- // ! Arm the sync feature in DAC
- virtual void arm_dac_sync(void) = 0;
-
- // ! Check for successful backend sync
- virtual void check_dac_sync(void) = 0;
-
// ! Reset the DAC
virtual void reset(void) = 0;
- // ! Check for PLL lock
- virtual void check_pll(void) = 0;
+ // ! Reset the DAC and resync
+ virtual void reset_and_resync(void) = 0;
- // ! Check for successful frontend sync
- virtual void check_frontend_sync(void) = 0;
+ // ! Check for successful backend and frontend sync
+ virtual void verify_sync(void) = 0;
};
#endif /* INCLUDED_X300_DAC_CTRL_HPP */