RTEMS CPU Kit with SuperCore  4.11.3
Functions
timerserver.c File Reference

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

#include <rtems.h>
#include <rtems/rtems/timerimpl.h>
#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/apimutex.h>
#include <rtems/score/todimpl.h>
Include dependency graph for timerserver.c:

Functions

rtems_status_code rtems_timer_initiate_server (uint32_t priority, uint32_t stack_size, rtems_attribute attribute_set)
 rtems_timer_initiate_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.