summaryrefslogtreecommitdiff
path: root/spec/glos/term/interruptservice.yml
blob: 3ade0b320c850c0f631a91f47c9a4162a0706266 (plain)
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
copyrights:
- Copyright (C) 2019 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: []
glossary-term: interrupt service
glossary-type: term
links:
- role: null
  uid: ../general
text: |
  An *interrupt service* consists of an
  ${interruptserviceroutine:/glossary-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:/glossary-term}.
type: glossary