comparison gsm-fw/L1/include/l1_time.h @ 531:de635895e0be

gsm-fw/L1/include/*.h: s/ANLG_FAM/ANALOG/ in LoCosto-based version
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Aug 2014 16:46:33 +0000
parents 25a7fe25864c
children c87f2e4dc391
comparison
equal deleted inserted replaced
530:25a7fe25864c 531:de635895e0be
168 #define RX_DMA_DELAY (RX_DMA_THRES - 1) * 2 168 #define RX_DMA_DELAY (RX_DMA_THRES - 1) * 2
169 169
170 #if (CODE_VERSION==SIMULATION) 170 #if (CODE_VERSION==SIMULATION)
171 #define TULSET_DURATION ( 16L ) // Uplink power on setup time 171 #define TULSET_DURATION ( 16L ) // Uplink power on setup time
172 #define BULRUDEL_DURATION ( 2L ) 172 #define BULRUDEL_DURATION ( 2L )
173 #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3) || (ANLG_FAM == 11)) 173 #if ((ANALOG == 1) || (ANALOG == 2) || (ANALOG == 3) || (ANALOG == 11))
174 // 16 qbits are added because the Calibration time is reduced of 4 GSM bit 174 // 16 qbits are added because the Calibration time is reduced of 4 GSM bit
175 // due to a slow APC ramp of OMEGA (Cf. START_TX_NB) 175 // due to a slow APC ramp of OMEGA (Cf. START_TX_NB)
176 #define UL_VEGA_DELAY ( TULSET_DURATION + BULRUDEL_DURATION +16L ) // = 18qbits, TX Vega delay 176 #define UL_VEGA_DELAY ( TULSET_DURATION + BULRUDEL_DURATION +16L ) // = 18qbits, TX Vega delay
177 #endif 177 #endif
178 #endif 178 #endif