Main header for STM32F2/F4/F7 clock configuration. More...
Main header for STM32F2/F4/F7 clock configuration.
Definition in file cfg_clock_default.h.
 Include dependency graph for cfg_clock_default.h:
 Include dependency graph for cfg_clock_default.h:Go to the source code of this file.
| Clock values | |
| #define | CLOCK_PLL_SRC (CONFIG_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) | 
| #define CLOCK_AHB CLOCK_CORECLOCK | 
Definition at line 73 of file cfg_clock_default.h.
| #define CLOCK_APB1 (CLOCK_CORECLOCK / CONFIG_CLOCK_APB1_DIV) | 
Definition at line 74 of file cfg_clock_default.h.
| #define CLOCK_APB2 (CLOCK_CORECLOCK / CONFIG_CLOCK_APB2_DIV) | 
Definition at line 75 of file cfg_clock_default.h.
| #define CLOCK_PLL_SRC (CONFIG_CLOCK_HSI) | 
Definition at line 55 of file cfg_clock_default.h.
| #define CLOCK_PLLQ (((CLOCK_PLL_SRC / CONFIG_CLOCK_PLL_M) * CONFIG_CLOCK_PLL_N) / CONFIG_CLOCK_PLL_Q) | 
Definition at line 71 of file cfg_clock_default.h.