RTEMS CPU Kit with SuperCore  4.11.2
Data Structures | Macros | Typedefs
types.h File Reference
#include <stdint.h>
#include <rtems/score/heap.h>
#include <rtems/score/object.h>
#include <rtems/score/priority.h>
#include <rtems/score/watchdog.h>
#include <rtems/rtems/modes.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

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
 Public name for task context area.
 
typedef Context_Control_fp rtems_context_fp
 Public name for task floating point context area.
 
typedef CPU_Interrupt_frame rtems_interrupt_frame
 Defines the format of the interrupt stack frame as it appears to a user ISR. More...
 
typedef Heap_Information_block region_information_block
 Information structure returned by the Heap Handler via the Region Manager.
 
typedef Watchdog_Interval rtems_interval
 Used to manage and manipulate intervals specified by clock ticks.
 
typedef struct timespec rtems_thread_cpu_usage_t
 Represents the CPU usage per thread. More...
 
typedef Modes_Control rtems_mode
 Task mode type.