/* Auto-generated config file peripheral_clk_config.h */ #ifndef PERIPHERAL_CLK_CONFIG_H #define PERIPHERAL_CLK_CONFIG_H // <<< Use Configuration Wizard in Context Menu >>> // ADC Clock Source // adc_gclk_selection // Generic clock generator 0 // Generic clock generator 1 // Generic clock generator 2 // Generic clock generator 3 // Generic clock generator 4 // Generic clock generator 5 // Select the clock source for ADC. #ifndef CONF_GCLK_ADC_SRC #define CONF_GCLK_ADC_SRC GCLK_CLKCTRL_GEN_GCLK0_Val #endif /** * \def CONF_GCLK_ADC_FREQUENCY * \brief ADC's Clock frequency */ #ifndef CONF_GCLK_ADC_FREQUENCY #define CONF_GCLK_ADC_FREQUENCY 1000000 #endif // EIC Clock Source // eic_gclk_selection // Generic clock generator 0 // Generic clock generator 1 // Generic clock generator 2 // Generic clock generator 3 // Generic clock generator 4 // Generic clock generator 5 // Select the clock source for EIC. #ifndef CONF_GCLK_EIC_SRC #define CONF_GCLK_EIC_SRC GCLK_CLKCTRL_GEN_GCLK0_Val #endif /** * \def CONF_GCLK_EIC_FREQUENCY * \brief EIC's Clock frequency */ #ifndef CONF_GCLK_EIC_FREQUENCY #define CONF_GCLK_EIC_FREQUENCY 1000000 #endif /** * \def CONF_CPU_FREQUENCY * \brief CPU's Clock frequency */ #ifndef CONF_CPU_FREQUENCY #define CONF_CPU_FREQUENCY 1000000 #endif // RTC Clock Source // rtc_clk_selection // Generic clock generator 0 // Generic clock generator 1 // Generic clock generator 2 // Generic clock generator 3 // Generic clock generator 4 // Generic clock generator 5 // Select the clock source for RTC. #ifndef CONF_GCLK_RTC_SRC #define CONF_GCLK_RTC_SRC GCLK_CLKCTRL_GEN_GCLK0_Val #endif /** * \def CONF_GCLK_RTC_FREQUENCY * \brief RTC's Clock frequency */ #ifndef CONF_GCLK_RTC_FREQUENCY #define CONF_GCLK_RTC_FREQUENCY 1000000 #endif // WDT Clock Source // wdt_gclk_selection // Generic clock generator 0 // Generic clock generator 1 // Generic clock generator 2 // Generic clock generator 3 // Generic clock generator 4 // Generic clock generator 5 // Select the clock source for WDT. #ifndef CONF_GCLK_WDT_SRC #define CONF_GCLK_WDT_SRC GCLK_CLKCTRL_GEN_GCLK0_Val #endif /** * \def CONF_GCLK_WDT_FREQUENCY * \brief WDT's Clock frequency */ #ifndef CONF_GCLK_WDT_FREQUENCY #define CONF_GCLK_WDT_FREQUENCY 1000000 #endif // <<< end of configuration section >>> #endif // PERIPHERAL_CLK_CONFIG_H