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