RTEMS  5.1
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;
48  uint32_t nest_level;
50 
53 #ifdef __cplusplus
54 }
55 #endif
56 
57 #endif
58 /* end of include file */
rtems_signal_set signals_posted
Definition: asrdata.h:44
rtems_mode mode_set
Definition: asrdata.h:42
bool is_enabled
Definition: asrdata.h:38
uint32_t rtems_signal_set
Definition: asr.h:42
rtems_asr(* rtems_asr_entry)(rtems_signal_set)
Definition: asr.h:53
rtems_asr_entry handler
Definition: asrdata.h:40
Definition: asrdata.h:36
uint32_t rtems_mode
Definition: modes.h:41
rtems_signal_set signals_pending
Definition: asrdata.h:46
uint32_t nest_level
Definition: asrdata.h:48