diff options
| author | Marcus Müller <marcus.mueller@ettus.com> | 2015-05-06 10:29:57 +0200 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2015-05-06 14:48:50 -0700 | 
| commit | d308aa84306f8d1d78f4773ae1ca9e0660d2b231 (patch) | |
| tree | 2b6f31e55617c16ca127cece36cbba3eca112c56 /host/lib | |
| parent | 5c5bbac3e0bf553981c38ee8b1503f1154d7f6c6 (diff) | |
| download | uhd-d308aa84306f8d1d78f4773ae1ca9e0660d2b231.tar.gz uhd-d308aa84306f8d1d78f4773ae1ca9e0660d2b231.tar.bz2 uhd-d308aa84306f8d1d78f4773ae1ca9e0660d2b231.zip | |
b200: Changed the max byte rate over USB2
Max rate is now set to 53248000, allowing for more than 8MS/s,
which is closer to the actual value that USB2 can handle.
Diffstat (limited to 'host/lib')
| -rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index bc49595b9..aea9b78be 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -55,8 +55,7 @@ static const double          B200_DEFAULT_RATE = 250e3; // Sps  static const double          B200_DEFAULT_RX_GAIN = 0; // dB  static const double          B200_DEFAULT_TX_GAIN = 0; // dB  static const boost::uint32_t B200_GPSDO_ST_NONE = 0x83; - -static const size_t B200_MAX_RATE_USB2              =  32000000; // bytes/s +static const size_t B200_MAX_RATE_USB2              =  53248000; // bytes/s  static const size_t B200_MAX_RATE_USB3              = 500000000; // bytes/s  #define FLIP_SID(sid) (((sid)<<16)|((sid)>>16)) | 
