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
cpukit
include
rtems
tm27-default.h
Go to the documentation of this file.
1
9
/*
10
* The license and distribution terms for this file may be
11
* found in the file LICENSE in this distribution or at
12
* http://www.rtems.org/license/LICENSE.
13
*/
14
15
#ifndef _RTEMS_TMTEST27
16
#error "This is an RTEMS internal file you must not include directly."
17
#endif
18
19
#ifndef __tm27_h
20
#define __tm27_h
21
30
#define MUST_WAIT_FOR_INTERRUPT 0
31
32
#define Install_tm27_vector( _handler ) \
33
do { \
34
(void) _handler; \
35
} while (0)
36
37
#define Cause_tm27_intr() \
38
do { \
39
; \
40
} while (0)
41
42
43
#define Clear_tm27_intr() \
44
do { \
45
; \
46
} while (0)
47
48
#define Lower_tm27_intr() \
49
do { \
50
; \
51
} while (0)
52
53
#endif
Generated by
1.9.4