summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/interruptcontext.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/timer/glossary/interruptcontext.yml')
-rw-r--r--spec/rtems/timer/glossary/interruptcontext.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/rtems/timer/glossary/interruptcontext.yml b/spec/rtems/timer/glossary/interruptcontext.yml
new file mode 100644
index 00000000..84d44afb
--- /dev/null
+++ b/spec/rtems/timer/glossary/interruptcontext.yml
@@ -0,0 +1,20 @@
+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: interrupt context
+text: |
+ The ${../glossary/timerserviceroutine:/term} is or will be executed as part of
+ an ${/glossary/interruptserviceroutine:/term}. A timer enters
+ ${/glossary/interrupt:/term} ${../glossary/context:/term} when the timer is
+ ${../glossary/scheduled:/term} using the directives ${../if/fire-after:/name}
+ or ${../if/fire-when:/name}. A timer leaves ${/glossary/interrupt:/term}
+ ${../glossary/context:/term} when the timer is ${../glossary/scheduled:/term}
+ using the directives ${../if/server-fire-after:/name} or
+ ${../if/server-fire-when:/name} or when the timer is deleted. Canceling or
+ resetting a timer does not change the ${../glossary/context:/term}.
+type: glossary