summaryrefslogtreecommitdiffstats
path: root/spec-glossary/glossary/interruptservice.yml
blob: b95ae6f4909c0c44cff7bc49087d9f470e4e9c83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2019 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: ../glossary-general
term: interrupt service
text: |
  An *interrupt service* consists of an
  ${interruptserviceroutine:/term} which is called with a user
  provided argument upon reception of an interrupt service request.  The
  routine is invoked in interrupt context.  Interrupt service requests may have
  a priority and an affinity to a set of processors.  An *interrupt service* is
  a ${softwarecomponent:/term}.
type: glossary