RTEMS  5.0.0
Functions
timerserver.c File Reference
#include <rtems.h>
#include <rtems/rtems/timerimpl.h>
#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/onceimpl.h>
#include <rtems/score/todimpl.h>

Functions

void _Timer_server_Routine_adaptor (Watchdog_Control *the_watchdog)
 
rtems_status_code rtems_timer_initiate_server (rtems_task_priority priority, size_t stack_size, rtems_attribute attribute_set)
 Initiates the timer server. More...
 

Detailed Description

Timer Manager - rtems_timer_initiate_server directive along with the Timer Server Body and support routines

Note
Data specific to the Timer Server is declared in this file as the Timer Server so it does not have to be in the minimum footprint. It is only really required when task-based timers are used. Since task-based timers can not be started until the server is initiated, this structure does not have to be initialized until then.