summaryrefslogtreecommitdiffstats
path: root/c-user/event/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/event/introduction.rst')
-rw-r--r--c-user/event/introduction.rst30
1 files changed, 26 insertions, 4 deletions
diff --git a/c-user/event/introduction.rst b/c-user/event/introduction.rst
index fb63e42..a153cf3 100644
--- a/c-user/event/introduction.rst
+++ b/c-user/event/introduction.rst
@@ -1,13 +1,35 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
+.. Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. This file is part of the RTEMS quality process and was automatically
+.. generated. If you find something that needs to be fixed or
+.. worded better please post a report or patch to an RTEMS mailing list
+.. or raise a bug report:
+..
+.. https://docs.rtems.org/branches/master/user/support/bugs.html
+..
+.. For information on updating and regenerating please refer to:
+..
+.. https://docs.rtems.org/branches/master/eng/req/howto.html
+
+.. Generated from spec:/rtems/event/if/group
+
+.. _EventManagerIntroduction:
+
Introduction
============
-The event manager provides a high performance method of intertask communication
-and synchronization. The directives provided by the event manager are:
+.. The following list was generated from:
+.. spec:/rtems/event/if/send
+.. spec:/rtems/event/if/receive
+
+The Event Manager provides a high performance method of inter-task
+communication and synchronization. The directives provided by the Event Manager
+are:
-- :ref:`rtems_event_send`
+* :ref:`InterfaceRtemsEventSend` - Sends the event set to the task.
-- :ref:`rtems_event_receive`
+* :ref:`InterfaceRtemsEventReceive` - Receives or gets an event set from the
+ calling task.