summaryrefslogblamecommitdiffstats
path: root/spec/glossary/interruptservice.yml
blob: 187999db9a2ceb9a9ee2a047c7d6d56e8d3cedb0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                     

                                                                         
                
                   
      
                       
                          
                       

                                       
                                                              


                                                                               
                               
              
SPDX-License-Identifier: CC-BY-SA-4.0
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