mikroSDK Reference Manual
system_stm32f4xx.h
Go to the documentation of this file.
1
30#ifndef __SYSTEM_STM32F4XX_H
31#define __SYSTEM_STM32F4XX_H
32
33#ifdef __cplusplus
34 extern "C" {
35#endif
36
49 /* This variable is updated in three ways:
50 1) by calling CMSIS function SystemCoreClockUpdate()
51 2) by calling HAL API function HAL_RCC_GetSysClockFreq()
52 3) each time HAL_RCC_ClockConfig() is called to configure the system clock frequency
53 Note: If you use this function to configure the system clock; then there
54 is no need to call the 2 first functions listed above, since SystemCoreClock
55 variable is updated automatically.
56 */
57extern uint32_t SystemCoreClock;
59extern const uint8_t AHBPrescTable[16];
60extern const uint8_t APBPrescTable[8];
86extern void SystemInit(void);
87extern void SystemCoreClockUpdate(void);
92#ifdef __cplusplus
93}
94#endif
95
96#endif /*__SYSTEM_STM32F4XX_H */
97
const uint8_t APBPrescTable[8]
const uint8_t AHBPrescTable[16]
uint32_t SystemCoreClock