diff options
author | Sugandha Gupta <sugandha.gupta@ettus.com> | 2018-06-05 13:48:07 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-15 16:37:03 -0500 |
commit | 67b5827faecd3dc3d9977dff7366b8ea2ab4c87a (patch) | |
tree | 8d4d6b3645cd4b1aa72e26b4be4b5e81d5c45bfa /host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | |
parent | f9101d7cc7552755d597982eeccecabe88b8a022 (diff) | |
download | uhd-67b5827faecd3dc3d9977dff7366b8ea2ab4c87a.tar.gz uhd-67b5827faecd3dc3d9977dff7366b8ea2ab4c87a.tar.bz2 uhd-67b5827faecd3dc3d9977dff7366b8ea2ab4c87a.zip |
ad9361: Add API to set 1R1T/2R2T timing modes
LVDS interface can support both timing modes 1R1T/2R2T
The API sets the required bit in catalina registers.
Diffstat (limited to 'host/lib/usrp/e300/e300_remote_codec_ctrl.cpp')
-rw-r--r-- | host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp index 925c9bb6b..2dd401b1b 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp @@ -240,6 +240,11 @@ public: UHD_THROW_INVALID_CODE_PATH(); } + void set_timing_mode(UHD_UNUSED(const std::string &timing_mode)) + { + UHD_THROW_INVALID_CODE_PATH(); + } + private: void _transact() { { |