diff options
author | Jonathon Pendlum <jonathon.pendlum@ettus.com> | 2016-08-01 14:26:30 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-09 10:21:53 -0700 |
commit | 8607cf96932120bab3d4775ff297801add6403a0 (patch) | |
tree | 798a2404900f708dc33a08247b420aa752c50d83 /host/lib/usrp/e300 | |
parent | 1356f89fbf3cc8deb770f6532f9d887567dc3668 (diff) | |
download | uhd-8607cf96932120bab3d4775ff297801add6403a0.tar.gz uhd-8607cf96932120bab3d4775ff297801add6403a0.tar.bz2 uhd-8607cf96932120bab3d4775ff297801add6403a0.zip |
ad9361: Added option for safe SPI
- Also added check for reading chip ID
Diffstat (limited to 'host/lib/usrp/e300')
-rw-r--r-- | host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp index 17a564f21..cb2583b1b 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp @@ -36,6 +36,9 @@ public: { } + void set_timed_spi(uhd::spi_iface::sptr spi_iface, boost::uint32_t slave_num) {}; + void set_safe_spi(uhd::spi_iface::sptr spi_iface, boost::uint32_t slave_num) {}; + double set_gain(const std::string &which, const double value) { _clear(); |