RTEMS 6.1-rc1
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_pending
 

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.

◆ signals_pending

rtems_signal_set ASR_Information::signals_pending

This field indicates the signal set that is pending.


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