mikroSDK Reference Manual
system_stm32f7xx.h
Go to the documentation of this file.
1
47#ifndef __SYSTEM_STM32F7XX_H
48#define __SYSTEM_STM32F7XX_H
49
50#ifdef __cplusplus
51 extern "C" {
52#endif
53
66 /* The SystemCoreClock variable is updated in three ways:
67 1) by calling CMSIS function SystemCoreClockUpdate()
68 2) by calling HAL API function HAL_RCC_GetSysClockFreq()
69 3) each time HAL_RCC_ClockConfig() is called to configure the system clock frequency
70 Note: If you use this function to configure the system clock; then there
71 is no need to call the 2 first functions listed above, since SystemCoreClock
72 variable is updated automatically.
73 */
74extern uint32_t SystemCoreClock;
76extern const uint8_t AHBPrescTable[16];
77extern const uint8_t APBPrescTable[8];
104extern void SystemInit(void);
105extern void SystemCoreClockUpdate(void);
110#ifdef __cplusplus
111}
112#endif
113
114#endif /*__SYSTEM_STM32F7XX_H */
115
123/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
const uint8_t APBPrescTable[8]
const uint8_t AHBPrescTable[16]
uint32_t SystemCoreClock