RTEMS  5.1
Data Fields
ASR_Information Struct Reference

#include <asrdata.h>

Data Fields

bool is_enabled
 
rtems_asr_entry handler
 
rtems_mode mode_set
 
rtems_signal_set signals_posted
 
rtems_signal_set signals_pending
 
uint32_t nest_level
 

Detailed Description

The following defines the control structure used to manage signals. Each thread has a copy of this record.

Field Documentation

◆ handler

rtems_asr_entry ASR_Information::handler

This field indicates if address of the signal handler function.

◆ is_enabled

bool ASR_Information::is_enabled

This field indicates if are ASRs enabled currently.

◆ mode_set

rtems_mode ASR_Information::mode_set

This field indicates if the task mode the signal will run with.

◆ nest_level

uint32_t ASR_Information::nest_level

This field indicates if nest level of signals being processed

◆ signals_pending

rtems_signal_set ASR_Information::signals_pending

This field indicates the signal set that is pending.

◆ signals_posted

rtems_signal_set ASR_Information::signals_posted

This field indicates the signal set that is posted.


The documentation for this struct was generated from the following file: