RTEMS 6.1-rc1
Functions
timerserverfireafter.c File Reference

This source file contains the implementation of rtems_timer_server_fire_after(). More...

#include <rtems/rtems/timerimpl.h>

Functions

rtems_status_code rtems_timer_server_fire_after (rtems_id id, rtems_interval ticks, rtems_timer_service_routine_entry routine, void *user_data)
 Fires the timer after the interval using the Timer Server. More...
 

Detailed Description

This source file contains the implementation of rtems_timer_server_fire_after().