[PATCH] c-user: Mention timer server fire directives

Gedare Bloom gedare at rtems.org
Thu Apr 22 13:53:58 UTC 2021


ok, nice catch.

On Thu, Apr 22, 2021 at 5:52 AM Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
>
> A timer may be also reinitiated by the timer server fire directives.
> ---
>  c-user/timer/directives.rst | 5 +++--
>  1 file 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:
>
> --
> 2.26.2
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list