![]() |
RTEMS
5.1
|
#include <sys/cpuset.h>#include <sys/_timespec.h>#include <sys/_timeval.h>#include <stdint.h>#include <rtems/score/heapinfo.h>#include <rtems/score/object.h>#include <rtems/score/watchdogticks.h>#include <rtems/rtems/modes.h>Go to the source code of this file.
Data Structures | |
| struct | rtems_time_of_day |
| Data structure to manage and manipulate calendar time. More... | |
Macros | |
| #define | RTEMS_ID_NONE OBJECTS_ID_NONE |
| Invalid object identifier value. More... | |
Typedefs | |
| typedef uint32_t | rtems_name |
| Classic API object name type. More... | |
| typedef Objects_Id | rtems_id |
| Used to manage and manipulate RTEMS object identifiers. | |
| typedef Context_Control rtems_context | RTEMS_DEPRECATED |
| Public name for task context area. More... | |
| typedef CPU_Interrupt_frame | rtems_interrupt_frame |
| Defines the format of the interrupt stack frame as it appears to a user ISR. More... | |
| typedef Watchdog_Interval | rtems_interval |
| Used to manage and manipulate intervals specified by clock ticks. | |
1.8.15