diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-01 16:29:34 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-01 16:29:34 -0700 |
commit | db6f3a2d7aabdd0eaa1021ac174edd3cbb77be55 (patch) | |
tree | a46e395a5700fda1a367ec34b640312b4ff48e3f /host/lib/usrp/b200/b200_impl.hpp | |
parent | ef5abde4f0c5ef5a16dc7b8ec7a8a5f611a9418f (diff) | |
download | uhd-db6f3a2d7aabdd0eaa1021ac174edd3cbb77be55.tar.gz uhd-db6f3a2d7aabdd0eaa1021ac174edd3cbb77be55.tar.bz2 uhd-db6f3a2d7aabdd0eaa1021ac174edd3cbb77be55.zip |
b200: Added variable rate SPI core for AD9361 and ADF4001
- Added b200_local_spi core that adjusts the divider when talking to the two chips
- AD9361 rate is 1MHz and ADF4001 rate is 10kHz
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index b319c230c..5177e295f 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -20,6 +20,7 @@ #include "b200_iface.hpp" #include "b200_uart.hpp" +#include "b200_cores.hpp" #include "ad9361_ctrl.hpp" #include "adf4001_ctrl.hpp" #include "rx_vita_core_3000.hpp" @@ -100,7 +101,7 @@ private: b200_iface::sptr _iface; radio_ctrl_core_3000::sptr _local_ctrl; ad9361_ctrl::sptr _codec_ctrl; - spi_core_3000::sptr _spi_iface; + b200_local_spi_core::sptr _spi_iface; boost::shared_ptr<uhd::usrp::adf4001_ctrl> _adf4001_iface; uhd::gps_ctrl::sptr _gps; |