aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp')
-rw-r--r--host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp
index 4a99793c9..7b54667da 100644
--- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp
@@ -262,8 +262,15 @@ private:
*/
void enable_counter(bool enable);
+ //! Sends a SYSREF pulse. Device arg use_mpm_sysref can be used to send it
+ // via MPM. Default is to send it via CHDR, in which case calling this
+ // function *will modify the command time!*, but it will ensure that the
+ // sysref is sent on an even time
void send_sysref();
+ //! Run initialization of JESD cores, put ADCs into reset
+ bool assert_jesd_cores_initialized();
+
//! Run initialization of ADCs and deframers; returns success status
bool assert_adcs_deframers();