RTEMS
5.0.0
|
#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 |
The following defines the control structure used to manage signals. Each thread has a copy of this record.
rtems_asr_entry ASR_Information::handler |
This field indicates if address of the signal handler function.
bool ASR_Information::is_enabled |
This field indicates if are ASRs enabled currently.
rtems_mode ASR_Information::mode_set |
This field indicates if the task mode the signal will run with.
uint32_t ASR_Information::nest_level |
This field indicates if nest level of signals being processed
rtems_signal_set ASR_Information::signals_pending |
This field indicates the signal set that is pending.
rtems_signal_set ASR_Information::signals_posted |
This field indicates the signal set that is posted.