RTEMS CPU Kit with SuperCore  4.10.99.0
Data Fields
ASR_Information Struct Reference

The following defines the control structure used to manage signals. More...

#include <asr.h>

Data Fields

bool is_enabled
 This field indicates if are ASRs enabled currently.
rtems_asr_entry handler
 This field indicates if address of the signal handler function.
Modes_Control mode_set
 This field indicates if the task mode the signal will run with.
rtems_signal_set signals_posted
 This field indicates the signal set that is posted.
rtems_signal_set signals_pending
 This field indicates the signal set that is pending.
uint32_t nest_level
 This field indicates if nest level of signals being processed.

Detailed Description

The following defines the control structure used to manage signals.

Each thread has a copy of this record.


Field Documentation

This field indicates if address of the signal handler function.

Referenced by _ASR_Initialize().

This field indicates if are ASRs enabled currently.

Referenced by _ASR_Initialize().

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

Referenced by _ASR_Initialize().

This field indicates the signal set that is pending.

Referenced by _ASR_Initialize(), and _ASR_Swap_signals().

This field indicates the signal set that is posted.

Referenced by _ASR_Initialize(), _ASR_Swap_signals(), and _ASR_Are_signals_pending().


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