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.
Copyright © 1988-2008 OAR Corporation