diff options
author | matt | 2008-10-18 23:33:12 +0000 |
---|---|---|
committer | matt | 2008-10-18 23:33:12 +0000 |
commit | 959904c4b65d13328e31b36c9ccee404ac988e09 (patch) | |
tree | f6a5a1c28ac00494a7717dd85f40ebc16191cd2c /usrp2/firmware/lib/memory_map.h | |
parent | db8296b7955813cb7c371ce901beb1c4dcd125e9 (diff) | |
download | gnuradio-959904c4b65d13328e31b36c9ccee404ac988e09.tar.gz gnuradio-959904c4b65d13328e31b36c9ccee404ac988e09.tar.bz2 gnuradio-959904c4b65d13328e31b36c9ccee404ac988e09.zip |
added in mux for DACs
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9807 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/firmware/lib/memory_map.h')
-rw-r--r-- | usrp2/firmware/lib/memory_map.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usrp2/firmware/lib/memory_map.h b/usrp2/firmware/lib/memory_map.h index a7d38a15c..740bf47fa 100644 --- a/usrp2/firmware/lib/memory_map.h +++ b/usrp2/firmware/lib/memory_map.h @@ -407,11 +407,12 @@ typedef struct { * 1 DUC 0 Q * 2 DUC 1 I * 3 DUC 1 Q - * + * F All Zeros + * * The default value is 0x10 * </pre> */ - //volatile uint32_t tx_mux; // FIXME this register is currently unimplemented + volatile uint32_t tx_mux; // FIXME this register is currently unimplemented } dsp_tx_regs_t; |