diff options
Diffstat (limited to 'host/lib/usrp/x300/x300_dac_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_dac_ctrl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_dac_ctrl.hpp b/host/lib/usrp/x300/x300_dac_ctrl.hpp index ca47a90e7..d208f2c2e 100644 --- a/host/lib/usrp/x300/x300_dac_ctrl.hpp +++ b/host/lib/usrp/x300/x300_dac_ctrl.hpp @@ -40,6 +40,9 @@ public: // ! Reset the DAC virtual void reset(void) = 0; + // ! Sync the DAC + virtual void sync(void) = 0; + // ! Check for successful backend and frontend sync virtual void verify_sync(void) = 0; }; |