SystemCoreClock is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

SystemCoreClock variable

Syntax

extern uint32_t SystemCoreClock;
Implemented in system_stm32f4xx.c:119

References

LocationReferrerScopeText
system_stm32f4xx.c:119
uint32_t SystemCoreClock = 16000000;
FreeRTOSConfig.h:46
extern uint32_t SystemCoreClock;
Model.cpp:30
extern uint32_t SystemCoreClock;
Model.cpp:42Model::Model()Model
freqMHz = SystemCoreClock / 1000000;
system_stm32f4xx.c:232SystemCoreClockUpdate()
SystemCoreClock = HSI_VALUE;
system_stm32f4xx.c:235SystemCoreClockUpdate()
SystemCoreClock = HSE_VALUE;
system_stm32f4xx.c:257SystemCoreClockUpdate()
SystemCoreClock = pllvco/pllp;
system_stm32f4xx.c:260SystemCoreClockUpdate()
SystemCoreClock = HSI_VALUE;
system_stm32f4xx.c:267SystemCoreClockUpdate()
SystemCoreClock >>= tmp;

Data Use

Functions writing SystemCoreClock
Functions reading SystemCoreClock
all items filtered out
SystemCoreClock
Type of SystemCoreClock
SystemCoreClock
uint32_t
all items filtered out