commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6007 - gnuradio/branches/developers/matt/u2f/firmware


From: matt
Subject: [Commit-gnuradio] r6007 - gnuradio/branches/developers/matt/u2f/firmware
Date: Tue, 17 Jul 2007 16:54:36 -0600 (MDT)

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)





reply via email to

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