FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/include/l1_proto.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 |
---|---|
148 | 148 |
149 /**************************************/ | 149 /**************************************/ |
150 /* prototypes of L1_FUNC functions */ | 150 /* prototypes of L1_FUNC functions */ |
151 /**************************************/ | 151 /**************************************/ |
152 void dsp_power_on (void); | 152 void dsp_power_on (void); |
153 #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3) || (ANLG_FAM == 11)) | 153 #if ((ANALOG == 1) || (ANALOG == 2) || (ANALOG == 3) || (ANALOG == 11)) |
154 void l1_abb_power_on (void); | 154 void l1_abb_power_on (void); |
155 #endif | 155 #endif |
156 void tpu_init (void); | 156 void tpu_init (void); |
157 | 157 |
158 void l1s_reset_db_mcu_to_dsp (T_DB_MCU_TO_DSP *page_ptr); | 158 void l1s_reset_db_mcu_to_dsp (T_DB_MCU_TO_DSP *page_ptr); |
654 void Cust_init_params (void); | 654 void Cust_init_params (void); |
655 WORD8 Cust_get_agc_from_IL (UWORD16 radio_freq, UWORD16 agc_index, UWORD8 table_id,UWORD8 lna_off_val); | 655 WORD8 Cust_get_agc_from_IL (UWORD16 radio_freq, UWORD16 agc_index, UWORD8 table_id,UWORD8 lna_off_val); |
656 WORD8 l1ctl_encode_delta1 (UWORD16 radio_freq); | 656 WORD8 l1ctl_encode_delta1 (UWORD16 radio_freq); |
657 WORD8 l1ctl_encode_delta2 (UWORD16 radio_freq); | 657 WORD8 l1ctl_encode_delta2 (UWORD16 radio_freq); |
658 void Cust_get_ramp_tab (API *a_ramp, UWORD8 txpwr_ramp_up, UWORD8 txpwr_ramp_down, UWORD16 radio_freq); | 658 void Cust_get_ramp_tab (API *a_ramp, UWORD8 txpwr_ramp_up, UWORD8 txpwr_ramp_down, UWORD16 radio_freq); |
659 #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3) || (RF_FAM == 61)) | 659 #if ((ANALOG == 1) || (ANALOG == 2) || (ANALOG == 3) || (RF_FAM == 61)) |
660 UWORD16 Cust_get_pwr_data(UWORD8 txpwr, UWORD16 radio_freq | 660 UWORD16 Cust_get_pwr_data(UWORD8 txpwr, UWORD16 radio_freq |
661 #if(REL99 && FF_PRF) | 661 #if(REL99 && FF_PRF) |
662 ,UWORD8 number_uplink_timeslot | 662 ,UWORD8 number_uplink_timeslot |
663 #endif | 663 #endif |
664 ); | 664 ); |