diff options
author | Nick Foster <nick@ettus.com> | 2012-02-06 13:01:15 -0800 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2012-02-06 13:01:15 -0800 |
commit | 5c56ca574ffdf7ad469ab3a3f54def944a978bee (patch) | |
tree | 5f84fd071c325a32a7c9292f5b995d7f8d2aa756 /host/lib/usrp/b100/b100_impl.hpp | |
parent | c6e63c9d2af2c0b2e168aa6fdd63fe7b214927de (diff) | |
download | uhd-5c56ca574ffdf7ad469ab3a3f54def944a978bee.tar.gz uhd-5c56ca574ffdf7ad469ab3a3f54def944a978bee.tar.bz2 uhd-5c56ca574ffdf7ad469ab3a3f54def944a978bee.zip |
B100: use FPGA external reset on init
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index 49a3139f0..b71b65562 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -126,6 +126,7 @@ private: void reset_gpif(const boost::uint16_t); void enable_gpif(const bool); void clear_fpga_fifo(void); + void set_reset_fpga(const bool en); void handle_async_message(uhd::transport::managed_recv_buffer::sptr); uhd::sensor_value_t get_ref_locked(void); void set_rx_fe_corrections(const double); |