![]() |
RTEMS 6.1-rc7
|
This group contains basic Classic API types. More...
Data Structures | |
struct | rtems_time_of_day |
This type represents Classic API calendar times. More... | |
Macros | |
#define | RTEMS_ID_NONE OBJECTS_ID_NONE |
This constant represents an invalid RTEMS object identifier. | |
#define | RTEMS_NO_TIMEOUT ( (rtems_interval) WATCHDOG_NO_TIMEOUT ) |
This clock tick interval constant indicates that the calling task is willing to wait potentially forever on a resource. | |
Typedefs | |
typedef Objects_Id | rtems_id |
This type represents RTEMS object identifiers. | |
typedef Watchdog_Interval | rtems_interval |
This type represents clock tick intervals. | |
typedef uint32_t | rtems_name |
This type represents Classic API object names. | |
typedef uint32_t | rtems_task_priority |
This integer type represents task priorities of the Classic API. | |
This group contains basic Classic API types.
#define RTEMS_ID_NONE OBJECTS_ID_NONE |
This constant represents an invalid RTEMS object identifier.
No RTEMS object can have this identifier.
typedef uint32_t rtems_name |
This type represents Classic API object names.
It is an unsigned 32-bit integer which can be treated as a numeric value or initialized using rtems_build_name() to encode four ASCII characters. A value of zero may have a special meaning in some directives.