diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-04-01 19:37:52 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-04-10 21:03:10 +0200 |
commit | 01c8de2c68f45a923ce0d8c3726a2783624ace78 (patch) | |
tree | f2b9052676ea197eef061d2108840af80dc03745 /host/lib/usrp/b100/b100_impl.hpp | |
parent | 1621df26acf84f5fc0f594930ee793e94a9ed5eb (diff) | |
download | uhd-01c8de2c68f45a923ce0d8c3726a2783624ace78.tar.gz uhd-01c8de2c68f45a923ce0d8c3726a2783624ace78.tar.bz2 uhd-01c8de2c68f45a923ce0d8c3726a2783624ace78.zip |
uhd: Added max link rate info for usrp1, usrp2 and b100
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 7d71d5ec3..b6752681e 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -54,6 +54,7 @@ static const boost::uint32_t B100_CTRL_MSG_SID = 20; static const double B100_DEFAULT_TICK_RATE = 64e6; static const size_t B100_MAX_PKT_BYTE_LIMIT = 2048; static const std::string B100_EEPROM_MAP_KEY = "B100"; +static const size_t B100_MAX_RATE_USB2 = 32000000; // bytes/s #define I2C_ADDR_TX_A (I2C_DEV_EEPROM | 0x4) #define I2C_ADDR_RX_A (I2C_DEV_EEPROM | 0x5) |