summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-03-30 17:52:27 +0000
committerJosh Blum <josh@joshknows.com>2010-03-30 17:52:27 +0000
commit03be4d0673c5e0f597db7d27f535956a591bbeb7 (patch)
tree08e00d142f1f51b1c528ed97b37f43fa05a1173b /host/include
parent1dbd0788bec3964e7a5913f4e9b09cde266e5d19 (diff)
downloaduhd-03be4d0673c5e0f597db7d27f535956a591bbeb7.tar.gz
uhd-03be4d0673c5e0f597db7d27f535956a591bbeb7.tar.bz2
uhd-03be4d0673c5e0f597db7d27f535956a591bbeb7.zip
filled in some gpio handling code, some mboard impl, added usrp_e_regs (like memory map)
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/types/clock_config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/types/clock_config.hpp b/host/include/uhd/types/clock_config.hpp
index 42d74ad90..9342fbb7b 100644
--- a/host/include/uhd/types/clock_config.hpp
+++ b/host/include/uhd/types/clock_config.hpp
@@ -29,6 +29,7 @@ namespace uhd{
*/
struct UHD_API clock_config_t{
enum ref_source_t {
+ REF_AUTO = 'a', //automatic (device specific)
REF_INT = 'i', //internal reference
REF_SMA = 's', //external sma port
REF_MIMO = 'm' //mimo cable (usrp2 only)