stm32h735/stm32h735g-dk/Drivers/CMSIS/Device/ST/STM32H7xx/Include/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
Definition: stm32h735/stm32h735g-dk/Src/system_stm32h7xx.c:114
SystemCoreClock
uint32_t SystemCoreClock
System clock frequency (core clock)
Definition: system_MIMXRT1052.c:69
SystemCoreClockUpdate
void SystemCoreClockUpdate(void)
Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable cont...
Definition: system_MIMXRT1052.c:138
SystemInit
void SystemInit(void)
Setup the microcontroller system Initialize the FPU setting, vector table location and External memor...
Definition: system_MIMXRT1052.c:75
D1CorePrescTable
const uint8_t D1CorePrescTable[16]
Definition: stm32h735/stm32h735g-dk/Src/system_stm32h7xx.c:115


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:55