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

SystemCoreClock variable

Syntax

extern uint32_t SystemCoreClock;
Implemented in system_stm32f4xx.c:109

References

LocationReferrerText
system_stm32f4xx.c:109
uint32_t SystemCoreClock = 16000000;
FreeRTOSConfig.h:85
extern uint32_t SystemCoreClock;
system_stm32f4xx.c:222SystemCoreClockUpdate()
SystemCoreClock = HSI_VALUE;
system_stm32f4xx.c:225SystemCoreClockUpdate()
SystemCoreClock = HSE_VALUE;
system_stm32f4xx.c:247SystemCoreClockUpdate()
SystemCoreClock = pllvco/pllp;
system_stm32f4xx.c:250SystemCoreClockUpdate()
SystemCoreClock = HSI_VALUE;
system_stm32f4xx.c:257SystemCoreClockUpdate()
SystemCoreClock >>= tmp;

Data Use

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