source: rtems-central/spec/if/rtems/intr/group.yml @ cead53e

Last change on this file since cead53e was cead53e, checked in by Sebastian Huber <sebastian.huber@…>, on 07/24/20 at 18:08:13

spec: Move interface groups

  • Property mode set to 100644
File size: 846 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: API
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
6description: |
7  Any real-time executive must provide a mechanism for quick response to
8  externally generated interrupts to satisfy the critical time constraints of
9  the application.  The Interrupt Manager provides this mechanism for RTEMS.
10  This manager permits quick interrupt response times by providing the critical
11  ability to alter task execution which allows a task to be preempted upon exit
12  from an ISR.
13enabled-by: true
14identifier: RTEMSAPIClassicIntr
15interface-type: group
16links:
17- role: interface-placement
18  uid: header
19- role: interface-ingroup
20  uid: ../group
21name: Interrupt Manager
22type: interface
Note: See TracBrowser for help on using the repository browser.