commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8594 - usrp2/trunk/firmware/lib


From: matt
Subject: [Commit-gnuradio] r8594 - usrp2/trunk/firmware/lib
Date: Mon, 16 Jun 2008 14:52:28 -0600 (MDT)

Author: matt
Date: 2008-06-16 14:52:28 -0600 (Mon, 16 Jun 2008)
New Revision: 8594

Modified:
   usrp2/trunk/firmware/lib/memory_map.h
Log:
memory locations for RX DC offset correction


Modified: usrp2/trunk/firmware/lib/memory_map.h
===================================================================
--- usrp2/trunk/firmware/lib/memory_map.h       2008-06-16 20:48:55 UTC (rev 
8593)
+++ usrp2/trunk/firmware/lib/memory_map.h       2008-06-16 20:52:28 UTC (rev 
8594)
@@ -388,6 +388,10 @@
   volatile uint32_t     rx_command;    // {now, chain, num_lines(21), 
lines_per_frame(9)
   volatile uint32_t     clear_state;    // clears out state machine, fifos,
                                         //   cmd queue, NOT freq, scale, decim
+  volatile uint32_t     dcoffset_i;     // Bit 31 high sets fixed offset mode, 
using lower 14 bits,
+                                        // otherwise it is automatic 
+  volatile uint32_t     dcoffset_q;     // Bit 31 high sets fixed offset mode, 
using lower 14 bits
+
 } dsp_rx_regs_t;
   
 #define dsp_rx_regs ((dsp_rx_regs_t *) DSP_RX_BASE)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]