summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-22 13:51:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-22 15:55:59 +0200
commiteb45e220ac68311bb854dc4fb1d7d855c964d242 (patch)
tree76b171cb6bb56636e86f2b3625c24270f19842aa
parentbsp-howto: Add target hash chapter (diff)
downloadrtems-docs-eb45e220ac68311bb854dc4fb1d7d855c964d242.tar.bz2
c-user: Mention timer server fire directives
A timer may be also reinitiated by the timer server fire directives.
-rw-r--r--c-user/timer/directives.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/c-user/timer/directives.rst b/c-user/timer/directives.rst
index b5ec8f4..5199105 100644
--- a/c-user/timer/directives.rst
+++ b/c-user/timer/directives.rst
@@ -212,8 +212,9 @@ Cancels the timer.
This directive cancels the timer specified by ``id``. This timer will be
reinitiated by the next invocation of :ref:`InterfaceRtemsTimerReset`,
-:ref:`InterfaceRtemsTimerFireAfter`, or :ref:`InterfaceRtemsTimerFireWhen` with
-the same timer identifier.
+:ref:`InterfaceRtemsTimerFireAfter`, :ref:`InterfaceRtemsTimerFireWhen`,
+:ref:`InterfaceRtemsTimerServerFireAfter`, or
+:ref:`InterfaceRtemsTimerServerFireWhen` with the same timer identifier.
.. rubric:: RETURN VALUES: