Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
firmware
boards
airbourne
airbourne
include
include/system_stm32f4xx.h
Go to the documentation of this file.
1
39
#ifndef __SYSTEM_STM32F4XX_H
40
#define __SYSTEM_STM32F4XX_H
41
42
#ifdef __cplusplus
43
extern
"C"
{
44
#endif
45
59
extern
uint32_t
SystemCoreClock
;
86
extern
void
SystemInit
(
void
);
87
extern
void
SystemCoreClockUpdate
(
void
);
92
#ifdef __cplusplus
93
}
94
#endif
95
96
#endif
/*__SYSTEM_STM32F4XX_H */
97
105
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
SystemCoreClockUpdate
void SystemCoreClockUpdate(void)
Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable cont...
Definition:
system_stm32f4xx.c:286
SystemCoreClock
uint32_t SystemCoreClock
Definition:
system_stm32f4xx.c:173
SystemInit
void SystemInit(void)
Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the Syst...
Definition:
system_stm32f4xx.c:205
rosflight_firmware
Author(s): Daniel Koch
, James Jackson
autogenerated on Wed Jul 3 2019 19:59:26