summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/server-request.yml
blob: 8ea607e1de2a08b0088db65cd045331638bf6b89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This structure represents an interrupt server request.
copyrights:
- Copyright (C) 2017, 2021 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default:
    brief: |
      This member is the interrupt server entry.
    definition: ${server-entry:/name} ${.:name}
    description: null
    kind: member
    name: entry
  variants: []
- default:
    brief: |
      This member is the interrupt server action.
    definition: ${server-action:/name} ${.:name}
    description: null
    kind: member
    name: action
  variants: []
definition-kind: typedef-only
description: null
enabled-by: true
index-entries: []
interface-type: struct
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/type-opaque
name: rtems_interrupt_server_request
notes: |
  This structure shall be treated as an opaque data type from the
  ${/glossary/api:/term} point of view.  Members shall not be accessed
  directly.  A request is initialized by ${server-request-initialize:/name} and
  destroyed by ${server-request-destroy:/name}.  The interrupt vector of the
  request can be set by ${server-request-set-vector:/name}.  The request is
  submitted to be serviced by ${server-request-submit:/name}.
type: interface