summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/server-action.yml
blob: 3e85888ae0f390360eaf6df8c2f9324e1d8544c1 (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
44
45
46
47
48
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This structure represents an interrupt server action.
copyrights:
- Copyright (C) 2017, 2021 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default:
    brief: |
      This member is the reference to the next action or ${/c/if/null:/name}.
    definition: struct rtems_interrupt_server_action *${.:name}
    description: null
    kind: member
    name: next
  variants: []
- default:
    brief: |
      This member is the interrupt handler.
    definition: ${handler:/name} ${.:name}
    description: null
    kind: member
    name: handler
  variants: []
- default:
    brief: |
      This member is the interrupt handler argument.
    definition: void *${.:name}
    description: null
    kind: member
    name: arg
  variants: []
definition-kind: typedef-and-struct
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_action
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.
type: interface