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
rtems
options.h
Go to the documentation of this file.
1
10
/* COPYRIGHT (c) 1989-2008.
11
* On-Line Applications Research Corporation (OAR).
12
*
13
* The license and distribution terms for this file may be
14
* found in the file LICENSE in this distribution or at
15
* http://www.rtems.org/license/LICENSE.
16
*/
17
18
#ifndef _RTEMS_RTEMS_OPTIONS_H
19
#define _RTEMS_RTEMS_OPTIONS_H
20
21
#include <
rtems/score/basedefs.h
>
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
42
typedef
uint32_t
rtems_option
;
43
48
#define RTEMS_DEFAULT_OPTIONS 0x00000000
49
53
#define RTEMS_WAIT 0x00000000
59
#define RTEMS_NO_WAIT 0x00000001
60
65
#define RTEMS_EVENT_ALL 0x00000000
66
71
#define RTEMS_EVENT_ANY 0x00000002
72
75
#ifdef __cplusplus
76
}
77
#endif
78
79
#endif
80
/* end of include file */
basedefs.h
Basic Definitions.
rtems_option
uint32_t rtems_option
Definition:
options.h:42
Generated by
1.9.4