#define PLL_M 25
#define PLL_N 336
#define PLL_P 2
#define PLL_Q 7
uint32_t SystemCoreClock
Visible in: | nut/arch/cm3/dev/stm/system_stm32f2xx.c | |
nut/arch/cm3/dev/stm/system_stm32f4xx.c | ||
Used in: | SystemCoreClockUpdate() | nut/arch/cm3/dev/stm/system_stm32f4xx.c |
Used in: | SystemCoreClockUpdate() |
void SystemCoreClockUpdate ( void )
Prototyped in: | nut/include/arch/cm3/stm/system_stm32f4xx.h | |
References Variables: | AHBPrescTable | nut/arch/cm3/dev/stm/system_stm32f4xx.c |
SystemCoreClock | nut/arch/cm3/dev/stm/system_stm32f4xx.c |
void SystemInit ( void )
Prototyped in: | nut/include/arch/cm3/stm/system_stm32f4xx.h |