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

SystemCoreClock variable

Syntax

extern uint32_t SystemCoreClock;
Implemented in system_stm32f4xx.c:108

References

LocationReferrerScopeText
system_stm32f4xx.c:108
uint32_t SystemCoreClock = 16000000;
FreeRTOSConfig.h:46
extern uint32_t SystemCoreClock;
Model.cpp:31
extern uint32_t SystemCoreClock;
Model.cpp:40Model::Model()Model
freqMHz = SystemCoreClock / 1000000;
system_stm32f4xx.c:224SystemCoreClockUpdate()
SystemCoreClock = HSI_VALUE;
system_stm32f4xx.c:227SystemCoreClockUpdate()
SystemCoreClock = HSE_VALUE;
system_stm32f4xx.c:249SystemCoreClockUpdate()
SystemCoreClock = pllvco/pllp;
system_stm32f4xx.c:252SystemCoreClockUpdate()
SystemCoreClock = HSI_VALUE;
system_stm32f4xx.c:259SystemCoreClockUpdate()
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