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
include
libcpu
omap_timer.h
Go to the documentation of this file.
1
7
#include <stdint.h>
8
9
typedef
struct
omap_timer_registers
10
{
11
uint32_t TIDR;
12
uint32_t TIOCP_CFG;
13
uint32_t TISTAT;
14
uint32_t TISR;
15
uint32_t TIER;
16
uint32_t TWER;
17
uint32_t TCLR;
18
uint32_t TCRR;
19
uint32_t TLDR;
20
uint32_t TTGR;
21
uint32_t TWPS;
22
uint32_t TMAR;
23
uint32_t TCAR1;
24
uint32_t TSICR;
25
uint32_t TCAR2;
26
uint32_t TPIR;
27
uint32_t TNIR;
28
uint32_t TCVR;
29
uint32_t TOCR;
30
uint32_t TOWR;
31
32
}
omap_timer_registers_t
;
33
34
typedef
struct
omap_timer
35
{
36
uint32_t base;
37
int
irq_nr;
38
struct
omap_timer_registers
*regs;
39
}
omap_timer_t
;
omap_timer
Definition:
omap_timer.h:34
omap_timer_registers
Definition:
omap_timer.h:9
Generated by
1.8.15