comparison gsm-fw/L1/include/l1_time.h @ 537:c87f2e4dc391

gsm-fw/L1/include: more preening of LoCosto-based headers
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Aug 2014 03:23:56 +0000
parents de635895e0be
children
comparison
equal deleted inserted replaced
536:93feb6393fe8 537:c87f2e4dc391
98 //impact on reference simulation files for other allocation modes 98 //impact on reference simulation files for other allocation modes
99 #if L1_EDA 99 #if L1_EDA
100 #define D_NSUBB_DEDIC_EDA 30L // Nb of 48 samples window for FB26 task. 100 #define D_NSUBB_DEDIC_EDA 30L // Nb of 48 samples window for FB26 task.
101 #endif 101 #endif
102 #else 102 #else
103 #if (DSP == 33) || (DSP == 34) || (DSP == 35) || (DSP == 32) || (DSP == 36) || (DSP == 37) || (DSP == 38) || (DSP == 39) 103 #if (DSP >= 32)
104 #define D_NSUBB_DEDIC 30L // Nb of 48 samples window for FB26 task. 104 #define D_NSUBB_DEDIC 30L // Nb of 48 samples window for FB26 task.
105 #else 105 #else
106 #define D_NSUBB_DEDIC 31L // Nb of 48 samples window for FB26 task. 106 #define D_NSUBB_DEDIC 31L // Nb of 48 samples window for FB26 task.
107 #endif 107 #endif
108 #endif 108 #endif
134 #define SERV_OFFS_REST_LOAD ( 1L ) // 1qbit TPU scen exec. for serv. cell offset restore 134 #define SERV_OFFS_REST_LOAD ( 1L ) // 1qbit TPU scen exec. for serv. cell offset restore
135 #endif 135 #endif
136 136
137 #define TPU_SLEEP_LOAD ( 2L ) // 2qbit TPU scen exec. for TPU sleep 137 #define TPU_SLEEP_LOAD ( 2L ) // 2qbit TPU scen exec. for TPU sleep
138 #if (CODE_VERSION==SIMULATION) 138 #if (CODE_VERSION==SIMULATION)
139 #define DL_ABB_DELAY ( 32L ) // RX ABB filter delay 139 #define DL_ABB_DELAY ( 32L ) // RX ABB filter delay
140 #else 140 #else
141 #if (RF_FAM != 61) 141 #if (RF_FAM != 61)
142 #ifndef DL_ABB_DELAY //Flexi ABB Delays defines it in tpudrvXX.c 142 #ifndef DL_ABB_DELAY //Flexi ABB Delays defines it in tpudrvXX.c
143 #define DL_ABB_DELAY ( 32L + 4L) // RX ABB filter delay 143 #define DL_ABB_DELAY ( 32L + 4L) // RX ABB filter delay
144 #endif 144 #endif
145 #endif 145 #endif
146 #if (RF_FAM == 61) 146 #if (RF_FAM == 61)
147 #ifndef DL_ABB_DELAY //Flexi ABB Delays defines it in tpudrvXX.c 147 #ifndef DL_ABB_DELAY //Flexi ABB Delays defines it in tpudrvXX.c
148 #define DL_ABB_DELAY ( 41L + 4L) // RX DRP filter delay 148 #define DL_ABB_DELAY ( 41L + 4L) // RX DRP filter delay
149 #endif 149 #endif
150 #endif 150 #endif
151 #endif 151 #endif
152 152
153 // DMA threshold used for sample acquisition by the DSP 153 // DMA threshold used for sample acquisition by the DSP