[rtems commit] rtems: Mention timer server fire directives

Sebastian Huber sebh at rtems.org
Thu Apr 22 13:58:39 UTC 2021


Module:    rtems
Branch:    master
Commit:    8854aec1526e32852e0ad74fbce13858c82561f1
Changeset: http://git.rtems.org/rtems/commit/?id=8854aec1526e32852e0ad74fbce13858c82561f1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Apr 22 15:57:19 2021 +0200

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(-)

diff --git a/cpukit/include/rtems/rtems/timer.h b/cpukit/include/rtems/rtems/timer.h
index 4593fee..2683318 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.
  *



More information about the vc mailing list