diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-07-02 16:22:32 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-07-16 15:17:26 -0500 |
commit | 35038421e1b3edd577037cd1dddc4e77df76a3ab (patch) | |
tree | 4d598c5025d077bac595b41e607e70ac18a2cf15 | |
parent | 40fb69243af088ed66ddb4dcb4d19a9e371bf897 (diff) | |
download | uhd-35038421e1b3edd577037cd1dddc4e77df76a3ab.tar.gz uhd-35038421e1b3edd577037cd1dddc4e77df76a3ab.tar.bz2 uhd-35038421e1b3edd577037cd1dddc4e77df76a3ab.zip |
multi_usrp: Fix some documentation
-rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index e177e7cf7..78b2e58df 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -211,7 +211,7 @@ public: * Examples: * - The B200 series' master clock rate can be changed at runtime and * will report the true range of supported values - * - The X300 series has _two_ discrete options for the clock rate, but will + * - The X300 series has a valid range for the clock rate, but will * always return the clock rate which the USRP was initialized to because * it cannot be changed at runtime * - The N200 series does not have a configurable clock rate, and will @@ -555,6 +555,8 @@ public: * \param addr 8-bit register address * \param data 32-bit register value * \param mboard which motherboard to set the user register + * \throws uhd::not_implemented_error on RFNoC devices, uhd::lookup_error on + * other devices if this API is not implemented. */ virtual void set_user_register( const uint8_t addr, const uint32_t data, size_t mboard = ALL_MBOARDS) = 0; |