summaryrefslogtreecommitdiffstats
path: root/spec-glossary/glossary/interruptservice.yml
blob: 5b31b92d73853f6c99693ad27c533a0defe5aa26 (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 & Co. KG
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