stm32f411/stm32f411e-disco/Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h
Go to the documentation of this file.
1 
47 #ifndef __SYSTEM_STM32F4XX_H
48 #define __SYSTEM_STM32F4XX_H
49 
50 #ifdef __cplusplus
51  extern "C" {
52 #endif
53 
66  /* This 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  */
74 extern uint32_t SystemCoreClock;
76 extern const uint8_t AHBPrescTable[16];
77 extern const uint8_t APBPrescTable[8];
103 extern void SystemInit(void);
104 extern void SystemCoreClockUpdate(void);
109 #ifdef __cplusplus
110 }
111 #endif
112 
113 #endif /*__SYSTEM_STM32F4XX_H */
114 
122 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
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
AHBPrescTable
const uint8_t AHBPrescTable[16]
Definition: stm32f407/stm32f407g-disc1/Src/system_stm32f4xx.c:123
APBPrescTable
const uint8_t APBPrescTable[8]
Definition: stm32f407/stm32f407g-disc1/Src/system_stm32f4xx.c:124
SystemCoreClock
uint32_t SystemCoreClock
System clock frequency (core clock)
Definition: system_MIMXRT1052.c:69


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