comparison gsm-fw/L1/include/l1_time.h @ 520:ed6071292a5c

L1: first C module compiles: ind_os.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 10 Jul 2014 15:49:38 +0000
parents afceeeb2cba1
children 25a7fe25864c
comparison
equal deleted inserted replaced
519:57ad8f4d5cb5 520:ed6071292a5c
138 #define RX_DMA_DELAY (RX_DMA_THRES - 1) * 2 138 #define RX_DMA_DELAY (RX_DMA_THRES - 1) * 2
139 139
140 #if (CODE_VERSION==SIMULATION) 140 #if (CODE_VERSION==SIMULATION)
141 #define TULSET_DURATION ( 16L ) // Uplink power on setup time 141 #define TULSET_DURATION ( 16L ) // Uplink power on setup time
142 #define BULRUDEL_DURATION ( 2L ) 142 #define BULRUDEL_DURATION ( 2L )
143 #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3)) 143 #if ((ANALOG == 1) || (ANALOG == 2) || (ANALOG == 3))
144 // 16 qbits are added because the Calibration time is reduced of 4 GSM bit 144 // 16 qbits are added because the Calibration time is reduced of 4 GSM bit
145 // due to a slow APC ramp of OMEGA (Cf. START_TX_NB) 145 // due to a slow APC ramp of OMEGA (Cf. START_TX_NB)
146 #define UL_VEGA_DELAY ( TULSET_DURATION + BULRUDEL_DURATION +16L ) // = 18qbits, TX Vega delay 146 #define UL_VEGA_DELAY ( TULSET_DURATION + BULRUDEL_DURATION +16L ) // = 18qbits, TX Vega delay
147 #endif 147 #endif
148 #endif 148 #endif