39 #ifndef __SYSTEM_STM32F4XX_H
40 #define __SYSTEM_STM32F4XX_H
void SystemCoreClockUpdate(void)
Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable cont...
Definition: system_stm32f4xx.c:278
uint32_t SystemCoreClock
Definition: system_stm32f4xx.c:173
void SystemInit(void)
Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the Syst...
Definition: system_stm32f4xx.c:205