Author: matt
Date: 2007-07-17 16:54:36 -0600 (Tue, 17 Jul 2007)
New Revision: 6007

Modified:
   gnuradio/branches/developers/matt/u2f/firmware/memory_map.h
Log:
added rx dsp core


Modified: gnuradio/branches/developers/matt/u2f/firmware/memory_map.h
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/memory_map.h 2007-07-17 
22:53:49 UTC (rev 6006)
+++ gnuradio/branches/developers/matt/u2f/firmware/memory_map.h 2007-07-17 
22:54:36 UTC (rev 6007)
@@ -161,3 +161,13 @@
 } dsp_tx_regs_t;
   
 #define dsp_tx_regs ((dsp_tx_regs_t *) DSP_TX_BASE)
+
+typedef struct {
+  volatile int         freq;
+  volatile short       scale_i;
+  volatile short       scale_q;
+  volatile int          decim_rate;
+  volatile int          run_rx;
+} dsp_rx_regs_t;
+  
+#define dsp_rx_regs ((dsp_rx_regs_t *) DSP_RX_BASE)



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to