RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
23extern "C" {
24#endif
25
36typedef struct {
48 uint32_t nest_level;
50
53#ifdef __cplusplus
54}
55#endif
56
57#endif
58/* end of include file */
rtems_asr(* rtems_asr_entry)(rtems_signal_set)
Definition: asr.h:53
uint32_t rtems_signal_set
Definition: asr.h:42
uint32_t rtems_mode
Definition: modes.h:41
Definition: asrdata.h:36
rtems_signal_set signals_posted
Definition: asrdata.h:44
rtems_asr_entry handler
Definition: asrdata.h:40
bool is_enabled
Definition: asrdata.h:38
rtems_signal_set signals_pending
Definition: asrdata.h:46
uint32_t nest_level
Definition: asrdata.h:48
rtems_mode mode_set
Definition: asrdata.h:42