procedure Timer_Cancel ( ID : in RTEMS.ID; Result : out RTEMS.Status_Codes );
RTEMS.SUCCESSFUL - timer canceled successfully
RTEMS.INVALID_ID - invalid timer id
This directive cancels the timer id. This timer will
be reinitiated by the next invocation of rtems.timer_reset,
rtems.timer_fire_after, or
rtems.timer_fire_when with this id.
This directive will not cause the running task to be preempted.
Copyright © 1988-2004 OAR Corporation