![]() |
RTEMS
5.0.0
|
Classic Timer Manager API. More...
#include <rtems/rtems/attr.h>#include <rtems/rtems/status.h>#include <rtems/rtems/tasks.h>#include <rtems/rtems/types.h>Go to the source code of this file.
Data Structures | |
| struct | rtems_timer_information |
Macros | |
| #define | TIMER_CLASS_BIT_TIME_OF_DAY 0x1 |
| #define | TIMER_CLASS_BIT_ON_TASK 0x2 |
| #define | TIMER_CLASS_BIT_NOT_DORMANT 0x4 |
| #define | RTEMS_TIMER_SERVER_DEFAULT_PRIORITY (uint32_t) -1 |
Typedefs | |
| typedef void | rtems_timer_service_routine |
| typedef rtems_timer_service_routine(* | rtems_timer_service_routine_entry) (rtems_id, void *) |
Enumerations | |
| enum | Timer_Classes { TIMER_DORMANT, TIMER_INTERVAL = TIMER_CLASS_BIT_NOT_DORMANT, TIMER_INTERVAL_ON_TASK, TIMER_TIME_OF_DAY, TIMER_TIME_OF_DAY_ON_TASK } |
Classic Timer Manager API.
1.8.13