summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/context.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/timer/glossary/context.yml')
-rw-r--r--spec/rtems/timer/glossary/context.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/rtems/timer/glossary/context.yml b/spec/rtems/timer/glossary/context.yml
new file mode 100644
index 00000000..31b30805
--- /dev/null
+++ b/spec/rtems/timer/glossary/context.yml
@@ -0,0 +1,18 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: /glossary-requirements
+term: context
+text: |
+ The timer context denotes whether the ${../glossary/timerserviceroutine:/term}
+ is executed as part of an interrupt handler or from the task of the Timer
+ Server. A timer can be in one of these three contexts:
+
+ * ${../glossary/none:/term}
+ * ${../glossary/interruptcontext:/term}
+ * ${../glossary/servercontext:/term}
+type: glossary