comparison gsm-fw/L1/include/l1_defty.h @ 564:b0af3534ef35

gsm-fw/L1/include/l1_defty.h: afc_bypass_mode axed
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 08 Aug 2014 03:26:54 +0000
parents 9c91a1f670bd
children
comparison
equal deleted inserted replaced
563:a418c48046ad 564:b0af3534ef35
3356 UWORD8 state; // state of the gauging 3356 UWORD8 state; // state of the gauging
3357 UWORD32 lf; // Number of the 32KHz 3357 UWORD32 lf; // Number of the 32KHz
3358 UWORD32 hf; // HF: nb_hf( Number of the 13MHz *6 ) 3358 UWORD32 hf; // HF: nb_hf( Number of the 13MHz *6 )
3359 UWORD32 root; // root & frac: the ratio of the HF & LF in each state. 3359 UWORD32 root; // root & frac: the ratio of the HF & LF in each state.
3360 UWORD32 frac; 3360 UWORD32 frac;
3361
3362 // flag for AFC bypass mode
3363 UWORD8 afc_bypass_mode; // ENABLED/DISABLED
3364 } 3361 }
3365 T_POWER_MNGT; 3362 T_POWER_MNGT;
3366 3363
3367 /*************************************************************/ 3364 /*************************************************************/
3368 /* code version structure... */ 3365 /* code version structure... */