diff options
Diffstat (limited to 'host/lib/include/uhdlib/usrp/cores')
-rw-r--r-- | host/lib/include/uhdlib/usrp/cores/spi_core_3000.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/host/lib/include/uhdlib/usrp/cores/spi_core_3000.hpp b/host/lib/include/uhdlib/usrp/cores/spi_core_3000.hpp index e0caaa2e7..d08147407 100644 --- a/host/lib/include/uhdlib/usrp/cores/spi_core_3000.hpp +++ b/host/lib/include/uhdlib/usrp/cores/spi_core_3000.hpp @@ -35,11 +35,4 @@ public: //! Set the spi clock divider to something usable virtual void set_divider(const double div) = 0; - - //! Place SPI core in shutdown mode. All attempted SPI transactions are dropped by - // the core. - virtual void set_shutdown(const bool shutdown) = 0; - - //! Get state of shutdown register - virtual bool get_shutdown() = 0; }; |