RTEMS CPU Kit with SuperCore  4.11.3
Macros | Typedefs
options.h File Reference
#include <rtems/score/basedefs.h>
Include dependency graph for options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RTEMS_DEFAULT_OPTIONS   0x00000000
 The following constants define the individual options which may be used to compose an option set.
 
#define RTEMS_WAIT   0x00000000
 This option constants indicates that the task is to wait on resource.
 
#define RTEMS_NO_WAIT   0x00000001
 This option constants indicates that the task is to not wait on the resource. More...
 
#define RTEMS_EVENT_ALL   0x00000000
 This option constants indicates that the task wishes to wait until all events of interest are available.
 
#define RTEMS_EVENT_ANY   0x00000002
 This option constants indicates that the task wishes to wait until ANY events of interest are available.
 

Typedefs

typedef uint32_t rtems_option
 The following type defines the control block used to manage option sets.