summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/regs.h
diff options
context:
space:
mode:
authorschodet2009-01-08 16:02:26 +0000
committerschodet2009-01-08 16:02:26 +0000
commit482b8153ee85528a3db63c866338ef48db309721 (patch)
tree22de533c3cec7289f21eedd870df30e0ff306fb3 /cesar/hal/phy/inc/regs.h
parentf18d0feac0b23e62a159db7a161c37eb5e3b51c8 (diff)
* hal/phy:
- updated using matlab file in http://gevrey:8080/svn/spidcom_digital_svn/trunk, r8279. - fixes constant AGC gain, closes #228. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3733 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/inc/regs.h')
-rw-r--r--cesar/hal/phy/inc/regs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/hal/phy/inc/regs.h b/cesar/hal/phy/inc/regs.h
index cea211a660..95240aa915 100644
--- a/cesar/hal/phy/inc/regs.h
+++ b/cesar/hal/phy/inc/regs.h
@@ -248,6 +248,13 @@ typedef u32 uint32_t;
# define PHY_DSPSS_TX_GUARD_LENGTH__VALUE_567 (567 + 372)
# define PHY_DSPSS_TX_GUARD_LENGTH__VALUE_3534 (3534 + 372)
+/* TX_SYMB_LENGTH */
+# define PHY_DSPSS_TX_SYMB_LENGTH__VALUE_PRE (10 * 384 - 372)
+# define PHY_DSPSS_TX_SYMB_LENGTH__VALUE_PRE_10 (9 * 384 - 372)
+# define PHY_DSPSS_TX_SYMB_LENGTH__VALUE_FC_AV (1374 + 3072)
+# define PHY_DSPSS_TX_SYMB_LENGTH__VALUE_FC_10 (4 * (246 + 384) + 372)
+# define PHY_DSPSS_TX_SYMB_LENGTH__VALUE_DATA (567 + 3072)
+
/* SPOC_FILTER_SHIFT */
#define PHY_DSPSS_SPOC_FILTER_SHIFT__D_MUL 1, 0
#define PHY_DSPSS_SPOC_FILTER_SHIFT__M_MUL 3, 2