rtems_status_code rtems_timer_cancel( rtems_id id );
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-2008 OAR Corporation