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
cpukit
include
rtems
rtems
asrdata.h
Go to the documentation of this file.
1
9
/* COPYRIGHT (c) 1989-2013.
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_ASRDATA_H
18
#define _RTEMS_RTEMS_ASRDATA_H
19
20
#include <
rtems/rtems/asr.h
>
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
36
typedef
struct
{
38
bool
is_enabled
;
40
rtems_asr_entry
handler
;
42
rtems_mode
mode_set
;
44
rtems_signal_set
signals_posted
;
46
rtems_signal_set
signals_pending
;
48
uint32_t
nest_level
;
49
}
ASR_Information
;
50
53
#ifdef __cplusplus
54
}
55
#endif
56
57
#endif
58
/* end of include file */
ASR_Information::signals_posted
rtems_signal_set signals_posted
Definition:
asrdata.h:44
ASR_Information::mode_set
rtems_mode mode_set
Definition:
asrdata.h:42
asr.h
ASR_Information::is_enabled
bool is_enabled
Definition:
asrdata.h:38
rtems_signal_set
uint32_t rtems_signal_set
Definition:
asr.h:42
rtems_asr_entry
rtems_asr(* rtems_asr_entry)(rtems_signal_set)
Definition:
asr.h:53
ASR_Information::handler
rtems_asr_entry handler
Definition:
asrdata.h:40
ASR_Information
Definition:
asrdata.h:36
rtems_mode
uint32_t rtems_mode
Definition:
modes.h:41
ASR_Information::signals_pending
rtems_signal_set signals_pending
Definition:
asrdata.h:46
ASR_Information::nest_level
uint32_t nest_level
Definition:
asrdata.h:48
Generated by
1.8.15