17 #ifndef _RTEMS_RTEMS_SIGNAL_H 18 #define _RTEMS_RTEMS_SIGNAL_H rtems_status_code rtems_signal_catch(rtems_asr_entry asr_handler, rtems_mode mode_set)
RTEMS Catch Signal.
Definition: signalcatch.c:67
Objects_Id rtems_id
Used to manage and manipulate RTEMS object identifiers.
Definition: types.h:80
rtems_status_code rtems_signal_send(rtems_id id, rtems_signal_set signal_set)
RTEMS Send Signal.
Definition: signalsend.c:27
rtems_status_code
Classic API Status.
Definition: status.h:46
uint32_t rtems_signal_set
The following type defines the control block used to manage each signal set.
Definition: asr.h:46
rtems_asr(* rtems_asr_entry)(rtems_signal_set)
The following type corresponds to the applications asynchronous signal processing routine...
Definition: asr.h:57
Modes_Control rtems_mode
Task mode type.
Definition: types.h:167