RTEMS
Main Page
Related Pages
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
b
c
g
m
p
r
s
t
u
v
+
Variables
_
b
c
r
+
Typedefs
b
c
f
h
i
o
p
r
s
t
u
w
+
Enumerations
c
h
i
m
o
p
r
s
t
w
+
Enumerator
c
h
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
include
rtems
rtems
eventdata.h
Go to the documentation of this file.
1
9
/* COPYRIGHT (c) 1989-2008.
10
* On-Line Applications Research Corporation (OAR).
11
*
12
* The license and distribution terms for this file may be
13
* found in the file LICENSE in this distribution or at
14
* http://www.rtems.org/license/LICENSE.
15
*/
16
17
#ifndef _RTEMS_RTEMS_EVENTDATA_H
18
#define _RTEMS_RTEMS_EVENTDATA_H
19
20
#include <
rtems/rtems/event.h
>
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
32
typedef
struct
{
33
rtems_event_set
pending_events;
34
}
Event_Control
;
35
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif
43
/* end of include file */
Event_Control
Definition:
eventdata.h:32
event.h
This header file defines the Event Manager API.
rtems_event_set
uint32_t rtems_event_set
This integer type can hold an event set of up to 32 events represented as a bit field.
Definition:
event.h:94
Generated by
1.8.14