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/lib/usrp/usrp2/usrp2_regs.hpp | |
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/lib/usrp/usrp2/usrp2_regs.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_regs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_regs.hpp b/host/lib/usrp/usrp2/usrp2_regs.hpp index 9936d634a..40c3635fb 100644 --- a/host/lib/usrp/usrp2/usrp2_regs.hpp +++ b/host/lib/usrp/usrp2/usrp2_regs.hpp @@ -57,6 +57,7 @@ typedef struct { int time64_flags; // flags -- see chart below int time64_imm; // set immediate (0=latch on next pps, 1=latch immediate, default=0) int time64_tps; // ticks per second rollover count + int status; int time64_secs_rb; int time64_ticks_rb; int compat_num_rb; |