From 300a5e3f6e5e845b4b8d093222e1c51ca4640f79 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Tue, 17 Apr 2018 19:33:23 -0700 Subject: mpm: initial commit of E320 code Co-authored-by: Sugandha Gupta --- host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host/lib/include') diff --git a/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp b/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp index 1d9585d35..30c3987e1 100644 --- a/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp +++ b/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp @@ -50,6 +50,12 @@ public: uhd::spi_iface::sptr spi_iface, uint32_t slave_num ); + + static sptr make_spi( + ad9361_params::sptr client_settings, + ad9361_io::sptr spi_io_iface + ); + //! Get a list of gain names for RX or TX static std::vector get_gain_names(const std::string &/*which*/) { -- cgit v1.2.3