comparison gsm-fw/g23m-glue/cst/cst.h @ 833:ea87417752f9

gsm-fw/g23m-glue/cst/cst.h: basic preen
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 23 Apr 2015 06:51:13 +0000
parents c14bc60c6c30
children
comparison
equal deleted inserted replaced
832:c14bc60c6c30 833:ea87417752f9
11 */ 11 */
12 12
13 #ifndef CST_H 13 #ifndef CST_H
14 #define CST_H 14 #define CST_H
15 15
16 #include "config/swconfig.cfg" 16 #include "../../include/config.h"
17 #include "config/chipset.cfg"
18 17
19 /*==== TEST =====================================================*/ 18 /*==== TEST =====================================================*/
20 19
21 /* 20 /*
22 * Dynamic Configuration Numbers 21 * Dynamic Configuration Numbers
139 * prefixes all this functions with the enity name 138 * prefixes all this functions with the enity name
140 */ 139 */
141 GLOBAL void csf_adc_process (T_CST_ADC_IND *adc_results); 140 GLOBAL void csf_adc_process (T_CST_ADC_IND *adc_results);
142 EXTERN void adc_start (void); 141 EXTERN void adc_start (void);
143 EXTERN void power_down_config (UBYTE sleep_mode, USHORT clocks); 142 EXTERN void power_down_config (UBYTE sleep_mode, USHORT clocks);
144 GLOBAL void csf_aec_enable (USHORT aec_ctrl_reg); 143 GLOBAL void csf_aec_enable (USHORT aec_ctrl_reg);
145 144
146 #endif // CST_H 145 #endif // CST_H
147