examples/benchmark/kernel-only_arm/cfg/cfg_adc.h
Go to the documentation of this file.00001
00039 #ifndef CFG_ADC_H
00040 #define CFG_ADC_H
00041
00048 #define ADC_LOG_LEVEL LOG_LVL_INFO
00049
00056 #define ADC_LOG_FORMAT LOG_FMT_VERBOSE
00057
00064 #define CONFIG_ADC_CLOCK 4800000UL
00065
00073 #define CONFIG_ADC_STARTUP_TIME 20
00074
00082 #define CONFIG_ADC_SHTIME 834
00083
00091 #define CONFIG_ADC_AVR_REF ADC_AVR_AVCC
00092
00101 #define CONFIG_ADC_AVR_DIVISOR 2
00102
00108 #define CONFIG_ADC_STROBE 0
00109
00110 #endif