[rtems-central commit] spec: Clarify rtems_timer_cancel() docs

Sebastian Huber sebh at rtems.org
Thu Apr 22 13:56:55 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    c8729ae4cde180f69fe59abadbe07339971b0fc2
Changeset: http://git.rtems.org/rtems-central/commit/?id=c8729ae4cde180f69fe59abadbe07339971b0fc2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Apr 22 14:02:58 2021 +0200

spec: Clarify rtems_timer_cancel() docs

---

 spec/rtems/timer/if/cancel.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spec/rtems/timer/if/cancel.yml b/spec/rtems/timer/if/cancel.yml
index 13fe834..d84c71a 100644
--- a/spec/rtems/timer/if/cancel.yml
+++ b/spec/rtems/timer/if/cancel.yml
@@ -15,7 +15,8 @@ definition:
 description: |
   This directive cancels the timer specified by ${.:/params[0]/name}.  This
   timer will be reinitiated by the next invocation of ${reset:/name},
-  ${fire-after:/name}, or ${fire-when:/name} with the same timer identifier.
+  ${fire-after:/name}, ${fire-when:/name}, ${server-fire-after:/name}, or
+  ${server-fire-when:/name} with the same timer identifier.
 enabled-by: true
 index-entries:
 - cancel a timer



More information about the vc mailing list