RTEMS Logo

RTEMS 4.9.2 On-Line Library


Timer Manager Initiating an Interval Timer

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

8.3.3: Initiating an Interval Timer

The rtems.timer_fire_after and rtems.timer_server_fire_after directives initiate a timer to fire a user provided timer service routine after the specified number of clock ticks have elapsed. When the interval has elapsed, the timer service routine will be invoked from the rtems.clock_tick directive if it was initiated by the rtems.timer_fire_after directive and from the Timer Server task if initiated by the rtems.timer_server_fire_after directive.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation