diff options
author | Alex Williams <alex.williams@ni.com> | 2017-10-20 11:51:24 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:04:03 -0800 |
commit | 479159352290aa925a7f2f5b428a0d78f150869c (patch) | |
tree | 1e57548d733e79395c66ab1115051565b31a3172 /host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | |
parent | f721787d8183ee3fa980fb8131e813b23f1bc5c9 (diff) | |
download | uhd-479159352290aa925a7f2f5b428a0d78f150869c.tar.gz uhd-479159352290aa925a7f2f5b428a0d78f150869c.tar.bz2 uhd-479159352290aa925a7f2f5b428a0d78f150869c.zip |
mg: Add support for low band LOs and RX switches
Diffstat (limited to 'host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp')
-rw-r--r-- | host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
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; |