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
*/
58
extern
uint32_t
SystemCoreClock
;
59
extern
uint32_t
SystemD2Clock
;
60
extern
const
uint8_t
D1CorePrescTable
[16] ;
86
extern
void
SystemInit(
void
);
87
extern
void
SystemCoreClockUpdate(
void
);
92
#ifdef __cplusplus
93
}
94
#endif
95
96
#endif
/* SYSTEM_STM32H7XX_H */
97
105
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
SystemD2Clock
uint32_t SystemD2Clock
SystemCoreClock
uint32_t SystemCoreClock
D1CorePrescTable
const uint8_t D1CorePrescTable[16]