This group contains basic types of the Classic API.
More...
|
file | types.h |
| This header file defines types provided by the Classic API.
|
|
This group contains basic types of the Classic API.
◆ RTEMS_ID_NONE
This constant represents an invalid RTEMS object identifier.
No RTEMS object can have this identifier.
Definition at line 110 of file types.h.
◆ rtems_name
This type is used to represent a Classic API object name.
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.
Definition at line 227 of file types.h.