bertos/cfg/cfg_ramp.h

Go to the documentation of this file.
00001 
00039 #ifndef CFG_RAMP_H
00040 #define CFG_RAMP_H
00041 
00052 #define RAMP_USE_FLOATING_POINT   0
00053 
00054 
00055 #if !RAMP_USE_FLOATING_POINT
00056 
00074     #define RAMP_CLOCK_SHIFT_PRECISION 2
00075 #endif
00076 
00077 
00083 #define RAMP_PULSE_WIDTH    50
00084 
00090 #define RAMP_DEF_TIME     6000000UL
00091 
00096 #define RAMP_DEF_MAXFREQ       5000
00097 
00102 #define RAMP_DEF_MINFREQ        200
00103 
00108 #define RAMP_DEF_POWERRUN        10
00109 
00114 #define RAMP_DEF_POWERIDLE        1
00115 
00116 #endif /* CFG_RAMP_H */