aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/twinrx/twinrx_ids.hpp
diff options
context:
space:
mode:
authorDerek Kozel <derek.kozel@ettus.com>2017-12-07 18:04:36 +0000
committerMartin Braun <martin.braun@ettus.com>2017-12-08 12:07:52 -0800
commit85a707d7fff008e15e8f83c66dbbe253d6093479 (patch)
tree2f98f8f240b06a713a053cf44067d54b75b3876b /host/lib/usrp/dboard/twinrx/twinrx_ids.hpp
parent298a13ac3d9f9e785bf031e85060569541ca4b6f (diff)
downloaduhd-85a707d7fff008e15e8f83c66dbbe253d6093479.tar.gz
uhd-85a707d7fff008e15e8f83c66dbbe253d6093479.tar.bz2
uhd-85a707d7fff008e15e8f83c66dbbe253d6093479.zip
TwinRX: Added ADF5356 synth and TwinRX Rev C support
ADF5355 and ADF5356 support merged into adf535x class Default register values moved into regmap Reviewed-By: Martin Braun <martin.braun@ettus.com> Reviewed-By: Ashish Chaudhari <ashish@ettus.com> Reviewed-By: Mark Meserve <mark.meserve@ni.com>
Diffstat (limited to 'host/lib/usrp/dboard/twinrx/twinrx_ids.hpp')
-rw-r--r--host/lib/usrp/dboard/twinrx/twinrx_ids.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/twinrx/twinrx_ids.hpp b/host/lib/usrp/dboard/twinrx/twinrx_ids.hpp
new file mode 100644
index 000000000..599b1d456
--- /dev/null
+++ b/host/lib/usrp/dboard/twinrx/twinrx_ids.hpp
@@ -0,0 +1,16 @@
+
+#ifndef _TWINRX_IDS_HPP
+#define _TWINRX_IDS_HPP
+
+#include <uhd/usrp/dboard_id.hpp>
+
+using namespace uhd;
+using namespace usrp;
+
+namespace twinrx {
+ const dboard_id_t TWINRX_REV_A_ID(0x91);
+ const dboard_id_t TWINRX_REV_B_ID(0x93);
+ const dboard_id_t TWINRX_REV_C_ID(0x95);
+}
+
+#endif