diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-24 21:27:08 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-11 18:43:10 -0800 |
commit | 8af031ad8957817c5e93a2da41ca569dcd088a6f (patch) | |
tree | 79485a9af7512a41e17768156d87af5ec6125b43 /host/include | |
parent | 5f651c29913e3ae2616569ea6aef24d7a2f3f9d6 (diff) | |
download | uhd-8af031ad8957817c5e93a2da41ca569dcd088a6f.tar.gz uhd-8af031ad8957817c5e93a2da41ca569dcd088a6f.tar.bz2 uhd-8af031ad8957817c5e93a2da41ca569dcd088a6f.zip |
usrp-n: configure clocking over the serdes cable
added status to register to readback master/slave mode
removed mimo enum from clock config, its not relevant
added serdes clock config to the update clock config method
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/types/clock_config.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/include/uhd/types/clock_config.hpp b/host/include/uhd/types/clock_config.hpp index 9342fbb7b..5966dcf3a 100644 --- a/host/include/uhd/types/clock_config.hpp +++ b/host/include/uhd/types/clock_config.hpp @@ -32,12 +32,10 @@ namespace uhd{ REF_AUTO = 'a', //automatic (device specific) REF_INT = 'i', //internal reference REF_SMA = 's', //external sma port - REF_MIMO = 'm' //mimo cable (usrp2 only) } ref_source; enum pps_source_t { PPS_INT = 'i', //there is no internal PPS_SMA = 's', //external sma port - PPS_MIMO = 'm' //mimo cable (usrp2 only) } pps_source; enum pps_polarity_t { PPS_NEG = 'n', //negative edge |