From 479159352290aa925a7f2f5b428a0d78f150869c Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Fri, 20 Oct 2017 11:51:24 -0700 Subject: mg: Add support for low band LOs and RX switches --- host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp') diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp index 4e31886f7..5bcb83024 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp @@ -138,6 +138,12 @@ private: const direction_t dir ); + double _lo_set_frequency( + adf435x_iface::sptr lo_iface, + const double freq, + const size_t chan + ); + //! Letter representation of the radio we're currently running std::string _radio_slot; -- cgit v1.2.3