cfg_clock_values.h File Reference

STM32F4 clock values definitions. More...

Detailed Description

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Clock values

#define CLOCK_PLL_SRC   (CLOCK_HSI)
 
#define CLOCK_PLLQ   (((CLOCK_PLL_SRC / CONFIG_CLOCK_PLL_M) * CONFIG_CLOCK_PLL_N) / CONFIG_CLOCK_PLL_Q)
 
#define CLOCK_AHB   CLOCK_CORECLOCK
 
#define CLOCK_APB1   (CLOCK_CORECLOCK / CONFIG_CLOCK_APB1_DIV)
 
#define CLOCK_APB2   (CLOCK_CORECLOCK / CONFIG_CLOCK_APB2_DIV)