|
#define | RTEMS_HAS_HARDWARE_FP CPU_HARDWARE_FP |
| Indicates whether this processor variant has hardware floating point support.
|
|
#define | RTEMS_SEARCH_ALL_NODES OBJECTS_SEARCH_ALL_NODES |
| Indicates that a search is across all nodes.
|
|
#define | RTEMS_SEARCH_OTHER_NODES OBJECTS_SEARCH_OTHER_NODES |
| Indicates that a search is across all nodes except the one the call is made from.
|
|
#define | RTEMS_SEARCH_LOCAL_NODE OBJECTS_SEARCH_LOCAL_NODE |
| Indicates that the search is to be restricted to the local node.
|
|
#define | RTEMS_WHO_AM_I OBJECTS_WHO_AM_I |
| Indicates that the caller wants to obtain the name of the currently executing thread. More...
|
|
#define | RTEMS_OBJECT_ID_INITIAL_INDEX OBJECTS_ID_INITIAL_INDEX |
| Lowest valid index value for the index portion of an object identifier.
|
|
#define | RTEMS_OBJECT_ID_FINAL_INDEX OBJECTS_ID_FINAL_INDEX |
| Maximum valid index value for the index portion of an object identifier.
|
|
#define | RTEMS_OBJECT_ID_INITIAL(_api, _class, _node) OBJECTS_ID_INITIAL(_api, _class, _node) |
| Returns the identifier of the object with the lowest valid index value. More...
|
|
#define | RTEMS_OBJECT_ID_FINAL OBJECTS_ID_FINAL |
| Maximum valid object identifier.
|
|
#define | RTEMS_MINIMUM_STACK_SIZE STACK_MINIMUM_SIZE |
| Minimum stack size which every thread must exceed. More...
|
|
#define | RTEMS_CONFIGURED_MINIMUM_STACK_SIZE 0 |
| Specifies that the task should be created with the configured minimum stack size. More...
|
|
#define | RTEMS_NO_TIMEOUT WATCHDOG_NO_TIMEOUT |
| Constant for indefinite wait. More...
|
|
#define | RTEMS_MINIMUM_PACKET_SIZE MP_PACKET_MINIMUM_PACKET_SIZE |
| An MPCI must support packets of at least this size.
|
|
#define | RTEMS_MINIMUN_HETERO_CONVERSION MP_PACKET_MINIMUN_HETERO_CONVERSION |
| Defines the count of uint32_t numbers in a packet which must be converted to native format in a heterogeneous system. More...
|
|