RTEMS
5.2
Toggle main menu visibility
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
lpc32xx
include
bsp
lpc-clock-config.h
Go to the documentation of this file.
1
9
/*
10
* Copyright (c) 2009
11
* embedded brains GmbH
12
* Obere Lagerstr. 30
13
* D-82178 Puchheim
14
* Germany
15
* <rtems@embedded-brains.de>
16
*
17
* The license and distribution terms for this file may be
18
* found in the file LICENSE in this distribution or at
19
* http://www.rtems.org/license/LICENSE.
20
*/
21
22
#ifndef LIBBSP_ARM_LPC32XX_LPC_CLOCK_CONFIG_H
23
#define LIBBSP_ARM_LPC32XX_LPC_CLOCK_CONFIG_H
24
25
#include <bsp.h>
26
#include <bsp/irq.h>
27
#include <
bsp/lpc32xx.h
>
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
/* __cplusplus */
32
43
#define LPC_CLOCK_INTERRUPT LPC32XX_IRQ_TIMER_0
44
45
#define LPC_CLOCK_TIMER_BASE LPC32XX_BASE_TIMER_0
46
47
#define LPC_CLOCK_TIMECOUNTER_BASE LPC32XX_BASE_TIMER_1
48
49
#define LPC_CLOCK_REFERENCE LPC32XX_PERIPH_CLK
50
51
#define LPC_CLOCK_MODULE_ENABLE()
52
55
#ifdef __cplusplus
56
}
57
#endif
/* __cplusplus */
58
59
#endif
/* LIBBSP_ARM_LPC32XX_LPC_CLOCK_CONFIG_H */
lpc32xx.h
Register base addresses.
Generated by
1.9.4