aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/usrp_e_regs.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-10 18:25:42 +0000
committerJosh Blum <josh@joshknows.com>2010-06-10 18:25:42 +0000
commit71783634c4394e739bbc13a9bb3df7d6ab75c147 (patch)
tree1dd0e1116cd5e8de75d39e84f32b41243f61cff1 /host/lib/usrp/usrp_e/usrp_e_regs.hpp
parent28ecca40d3e032393eb028cea9d6812b8ff80851 (diff)
downloaduhd-71783634c4394e739bbc13a9bb3df7d6ab75c147.tar.gz
uhd-71783634c4394e739bbc13a9bb3df7d6ab75c147.tar.bz2
uhd-71783634c4394e739bbc13a9bb3df7d6ab75c147.zip
installed mux setting and initing the duc and ddc
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_regs.hpp')
-rw-r--r--host/lib/usrp/usrp_e/usrp_e_regs.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_regs.hpp b/host/lib/usrp/usrp_e/usrp_e_regs.hpp
index 67c174208..41cbfa1e2 100644
--- a/host/lib/usrp/usrp_e/usrp_e_regs.hpp
+++ b/host/lib/usrp/usrp_e/usrp_e_regs.hpp
@@ -174,7 +174,8 @@
#define UE_REG_TIME64_SECS UE_REG_SR_ADDR(28) // value to set absolute secs to on next PPS
#define UE_REG_TIME64_TICKS UE_REG_SR_ADDR(29) // value to set absolute ticks to on next PPS
#define UE_REG_TIME64_FLAGS UE_REG_SR_ADDR(30) // flags - see chart above
-#define UE_REG_TIME64_IMM UE_REG_SR_ADDR(31) // set immediate (0=latch on next pps, 1=latch immediate, default=0)
+#define UE_REG_TIME64_IMM UE_REG_SR_ADDR(31) // set immediate (0=latch on next pps, 1=latch immediate, default=0)
+#define UE_REG_TIME64_TPS UE_REG_SR_ADDR(31) // clock ticks per second (counter rollover)
//pps flags (see above)
#define UE_FLAG_TIME64_PPS_NEGEDGE (0 << 0)