aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_dac_ctrl.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-09-25 17:29:43 -0700
committerMartin Braun <martin.braun@ettus.com>2014-09-25 17:29:43 -0700
commit994e993893d921c074ce4097632f8fa5bdecff66 (patch)
treec1e0fe3601e0ce8d7fa3690f578d0f341e610fed /host/lib/usrp/x300/x300_dac_ctrl.hpp
parenta1767ede3c147c1748c6a33a52469d0cba644bf5 (diff)
parent9dc96fd9bf8d430a9f41f3476bc62cc3ba43e1d7 (diff)
downloaduhd-994e993893d921c074ce4097632f8fa5bdecff66.tar.gz
uhd-994e993893d921c074ce4097632f8fa5bdecff66.tar.bz2
uhd-994e993893d921c074ce4097632f8fa5bdecff66.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/x300/x300_dac_ctrl.hpp')
-rw-r--r--host/lib/usrp/x300/x300_dac_ctrl.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_dac_ctrl.hpp b/host/lib/usrp/x300/x300_dac_ctrl.hpp
index 78046cee5..5fd7e13d8 100644
--- a/host/lib/usrp/x300/x300_dac_ctrl.hpp
+++ b/host/lib/usrp/x300/x300_dac_ctrl.hpp
@@ -39,6 +39,18 @@ public:
// ! 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;
+
+ // ! Check for successful frontend sync
+ virtual void check_frontend_sync(void) = 0;
};
#endif /* INCLUDED_X300_DAC_CTRL_HPP */