BeRTOS
|
00001 00038 #ifndef CFG_RAMP_H 00039 #define CFG_RAMP_H 00040 00051 #define RAMP_USE_FLOATING_POINT 0 00052 00053 00054 #if !RAMP_USE_FLOATING_POINT 00055 00073 #define RAMP_CLOCK_SHIFT_PRECISION 2 00074 #endif 00075 00076 00082 #define RAMP_PULSE_WIDTH 50 00083 00089 #define RAMP_DEF_TIME 6000000UL 00090 00095 #define RAMP_DEF_MAXFREQ 5000 00096 00101 #define RAMP_DEF_MINFREQ 200 00102 00107 #define RAMP_DEF_POWERRUN 10 00108 00113 #define RAMP_DEF_POWERIDLE 1 00114 00115 #endif /* CFG_RAMP_H */