diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-10-15 16:24:18 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-10-15 16:24:18 -0700 |
commit | b48fe5bb659f66bb3f221ea031ddf9a2c80d82bf (patch) | |
tree | 1bb69b5fe5ba0461344e4f9eb6423809d11e9eec /host/lib/usrp/b200/b200_impl.hpp | |
parent | c41a7fa386a467ba76d5f09f390cb62a1bfa7282 (diff) | |
parent | 6f93ac01b519b5e01b01d7b8bcc106e58fd50721 (diff) | |
download | uhd-b48fe5bb659f66bb3f221ea031ddf9a2c80d82bf.tar.gz uhd-b48fe5bb659f66bb3f221ea031ddf9a2c80d82bf.tar.bz2 uhd-b48fe5bb659f66bb3f221ea031ddf9a2c80d82bf.zip |
Merge branch 'ashish/gpio_atr_redux' into master-staging
Conflicts:
host/lib/usrp/cores/CMakeLists.txt
host/lib/usrp/x300/x300_impl.hpp
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 25fef7d4b..b05f81a36 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -27,7 +27,7 @@ #include "rx_vita_core_3000.hpp" #include "tx_vita_core_3000.hpp" #include "time_core_3000.hpp" -#include "gpio_core_200.hpp" +#include "gpio_atr_3000.hpp" #include "radio_ctrl_core_3000.hpp" #include "rx_dsp_core_3000.hpp" #include "tx_dsp_core_3000.hpp" @@ -177,8 +177,8 @@ private: struct radio_perifs_t { radio_ctrl_core_3000::sptr ctrl; - gpio_core_200_32wo::sptr atr; - gpio_core_200::sptr fp_gpio; + uhd::usrp::gpio_atr::gpio_atr_3000::sptr atr; + uhd::usrp::gpio_atr::gpio_atr_3000::sptr fp_gpio; time_core_3000::sptr time64; rx_vita_core_3000::sptr framer; rx_dsp_core_3000::sptr ddc; @@ -226,9 +226,6 @@ private: void update_enables(void); void update_atrs(void); - boost::uint32_t get_fp_gpio(gpio_core_200::sptr); - void set_fp_gpio(gpio_core_200::sptr, const gpio_attr_t, const boost::uint32_t); - double _tick_rate; double get_tick_rate(void){return _tick_rate;} double set_tick_rate(const double rate); |