 |
RTEMS 5.2
|
Go to the documentation of this file.
18#ifndef _RTEMS_RTEMS_OPTIONS_H
19#define _RTEMS_RTEMS_OPTIONS_H
48#define RTEMS_DEFAULT_OPTIONS 0x00000000
53#define RTEMS_WAIT 0x00000000
59#define RTEMS_NO_WAIT 0x00000001
65#define RTEMS_EVENT_ALL 0x00000000
71#define RTEMS_EVENT_ANY 0x00000002
uint32_t rtems_option
Definition: options.h:42