17 #ifndef _RTEMS_RTEMS_OPTIONSIMPL_H 18 #define _RTEMS_RTEMS_OPTIONSIMPL_H #define RTEMS_EVENT_ANY
This option constants indicates that the task wishes to wait until ANY events of interest are availab...
Definition: options.h:74
#define RTEMS_INLINE_ROUTINE
The following (in conjunction with compiler arguments) are used to choose between the use of static i...
Definition: basedefs.h:135
RTEMS_INLINE_ROUTINE bool _Options_Is_any(rtems_option option_set)
Checks if the RTEMS_EVENT_ANY option is enabled in OPTION_SET.
Definition: optionsimpl.h:53
RTEMS_INLINE_ROUTINE bool _Options_Is_no_wait(rtems_option option_set)
Checks if the RTEMS_NO_WAIT option is enabled in option_set.
Definition: optionsimpl.h:40
uint32_t rtems_option
The following type defines the control block used to manage option sets.
Definition: options.h:45
#define RTEMS_NO_WAIT
This option constants indicates that the task is to not wait on the resource.
Definition: options.h:62