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