RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
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
+
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
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
bsps
arm
stm32f4
include
bsp
stm32f10xxx_rcc.h
Go to the documentation of this file.
1
7
/*
8
* Copyright (c) 2013 Christian Mauderer. All rights reserved.
9
*
10
* embedded brains GmbH
11
* Obere Lagerstr. 30
12
* 82178 Puchheim
13
* Germany
14
* <rtems@embedded-brains.de>
15
*
16
* The license and distribution terms for this file may be
17
* found in the file LICENSE in this distribution or at
18
* http://www.rtems.org/license/LICENSE.
19
*/
20
21
#ifndef LIBBSP_ARM_STM32F4_STM32F10XXX_RCC_H
22
#define LIBBSP_ARM_STM32F4_STM32F10XXX_RCC_H
23
24
#include <
bsp/utility.h
>
25
33
typedef
struct
{
34
uint32_t cr;
35
uint32_t cfgr;
36
uint32_t cir;
37
uint32_t apbrstr [2];
38
uint32_t ahbenr [1];
39
uint32_t apbenr [2];
40
uint32_t bdcr;
41
uint32_t csr;
42
uint32_t ahbstr;
43
uint32_t cfgr2;
44
}
stm32f4_rcc
;
45
48
#endif
/* LIBBSP_ARM_STM32F4_STM32F10XXX_RCC_H */
utility.h
Utility macros.
stm32f4_rcc
Definition:
stm32f10xxx_rcc.h:33
Generated by
1.8.15