23#ifndef CLK_F2F4F7_CFG_CLOCK_DEFAULT_216_H
24#define CLK_F2F4F7_CFG_CLOCK_DEFAULT_216_H
39#ifndef CONFIG_CLOCK_PLL_M
40#if IS_ACTIVE(CONFIG_BOARD_HAS_HSE) && (CONFIG_CLOCK_HSE == MHZ(25))
41#define CONFIG_CLOCK_PLL_M (25)
43#define CONFIG_CLOCK_PLL_M (4)
46#ifndef CONFIG_CLOCK_PLL_N
47#if IS_ACTIVE(CONFIG_BOARD_HAS_HSE) && (CONFIG_CLOCK_HSE == MHZ(25))
48#define CONFIG_CLOCK_PLL_N (432)
49#elif IS_ACTIVE(CONFIG_BOARD_HAS_HSE) && (CONFIG_CLOCK_HSE == MHZ(8))
50#define CONFIG_CLOCK_PLL_N (216)
52#define CONFIG_CLOCK_PLL_N (108)
55#ifndef CONFIG_CLOCK_PLL_P
56#define CONFIG_CLOCK_PLL_P (2)
58#ifndef CONFIG_CLOCK_PLL_Q
59#define CONFIG_CLOCK_PLL_Q (9)
61#ifndef CONFIG_CLOCK_PLL_R
62#define CONFIG_CLOCK_PLL_R (8)
70#ifndef CONFIG_CLOCK_APB1_DIV
71#define CONFIG_CLOCK_APB1_DIV (4)
73#ifndef CONFIG_CLOCK_APB2_DIV
74#define CONFIG_CLOCK_APB2_DIV (2)
78#if CLOCK_CORECLOCK > MHZ(216)
79#error "SYSCLK cannot exceed 216MHz"
Common macros and compiler attributes/pragmas configuration.