RTEMS CPU Kit with SuperCore
4.11.3
|
Go to the source code of this file.
Data Structures | |
struct | Timer_Control |
The following records define the control block used to manage each timer. More... | |
struct | rtems_timer_information |
This is the structure filled in by the timer get information service. More... | |
Macros | |
#define | RTEMS_TIMER_SERVER_DEFAULT_PRIORITY (uint32_t) -1 |
This is the default value for the priority of the Timer Server. More... | |
Typedefs | |
typedef void | rtems_timer_service_routine |
The following types define a pointer to a timer service routine. | |
typedef rtems_timer_service_routine(* | rtems_timer_service_routine_entry) (rtems_id, void *) |
This type defines the type used to manage and indirectly invoke Timer Service Routines (TSRs). More... | |
Enumerations | |
enum | Timer_Classes { TIMER_INTERVAL, TIMER_INTERVAL_ON_TASK, TIMER_TIME_OF_DAY, TIMER_TIME_OF_DAY_ON_TASK, TIMER_DORMANT } |
The following enumerated type details the classes to which a timer may belong. More... | |