From 8854aec1526e32852e0ad74fbce13858c82561f1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 22 Apr 2021 15:57:19 +0200 Subject: rtems: Mention timer server fire directives A timer may be also reinitiated by the timer server fire directives. --- cpukit/include/rtems/rtems/timer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/include/rtems/rtems/timer.h') diff --git a/cpukit/include/rtems/rtems/timer.h b/cpukit/include/rtems/rtems/timer.h index 4593feecf3..2683318e70 100644 --- a/cpukit/include/rtems/rtems/timer.h +++ b/cpukit/include/rtems/rtems/timer.h @@ -377,8 +377,9 @@ rtems_status_code rtems_timer_ident( rtems_name name, rtems_id *id ); * * This directive cancels the timer specified by ``id``. This timer will be * reinitiated by the next invocation of rtems_timer_reset(), - * rtems_timer_fire_after(), or rtems_timer_fire_when() with the same timer - * identifier. + * rtems_timer_fire_after(), rtems_timer_fire_when(), + * rtems_timer_server_fire_after(), or rtems_timer_server_fire_when() with the + * same timer identifier. * * @retval ::RTEMS_SUCCESSFUL The requested operation was successful. * -- cgit v1.2.3