Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
c
d
f
g
i
l
m
n
o
p
r
s
t
u
v
+
Functions
_
a
c
f
i
l
n
o
p
s
t
u
v
+
Variables
_
a
c
d
f
i
l
m
n
o
p
r
s
t
Typedefs
Enumerations
+
Enumerator
a
g
p
r
t
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
m
o
p
q
r
s
t
u
v
+
Enumerations
_
a
b
c
e
f
g
h
i
l
m
o
p
r
s
u
+
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
w
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
firmware
boards
breezy
breezystm32
lib
CMSIS
CM3
DeviceSupport
ST
STM32F10x
system_stm32f10x.h
Go to the documentation of this file.
1
33
#ifndef __SYSTEM_STM32F10X_H
34
#define __SYSTEM_STM32F10X_H
35
36
#ifdef __cplusplus
37
extern
"C"
{
38
#endif
39
53
extern
uint32_t
SystemCoreClock
;
79
extern
void
SystemInit
(
void
);
80
extern
void
SystemCoreClockUpdate
(
void
);
85
#ifdef __cplusplus
86
}
87
#endif
88
89
#endif
/*__SYSTEM_STM32F10X_H */
90
98
/******************* (C) COPYRIGHT 2011 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
SystemInit
void SystemInit(void)
Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the Syst...
Definition:
system_stm32f4xx.c:205
SystemCoreClock
uint32_t SystemCoreClock
Definition:
system_stm32f4xx.c:173
rosflight_firmware
Author(s): Daniel Koch
, James Jackson
autogenerated on Mon Feb 28 2022 23:36:10