aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_adc_ctrl.hpp
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2014-09-25 15:46:52 -0700
committerMartin Braun <martin.braun@ettus.com>2014-09-25 17:12:14 -0700
commitb765df3b1976f30a8b95f5a1ea482517a8000a80 (patch)
tree140547343209e14d49ed5aa88369e7d44c3f2298 /host/lib/usrp/x300/x300_adc_ctrl.hpp
parentd4f487af3fc04a4cd3685f454988f86650e2ef46 (diff)
downloaduhd-b765df3b1976f30a8b95f5a1ea482517a8000a80.tar.gz
uhd-b765df3b1976f30a8b95f5a1ea482517a8000a80.tar.bz2
uhd-b765df3b1976f30a8b95f5a1ea482517a8000a80.zip
x300: added reset and resync of ADCs and DACs when changing reference clock
Diffstat (limited to 'host/lib/usrp/x300/x300_adc_ctrl.hpp')
-rw-r--r--host/lib/usrp/x300/x300_adc_ctrl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_adc_ctrl.hpp b/host/lib/usrp/x300/x300_adc_ctrl.hpp
index fce40a434..d8c5e145b 100644
--- a/host/lib/usrp/x300/x300_adc_ctrl.hpp
+++ b/host/lib/usrp/x300/x300_adc_ctrl.hpp
@@ -1,5 +1,5 @@
//
-// Copyright 2010-2013 Ettus Research LLC
+// Copyright 2010-2014 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -39,6 +39,7 @@ public:
virtual void set_test_word(const std::string &patterna, const std::string &patternb, const boost::uint32_t = 0) = 0;
+ virtual void reset(void) = 0;
};
#endif /* INCLUDED_X300_ADC_CTRL_HPP */