summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/entry-initializer.yml
blob: 127a3a7cfabf7422bfeae379c0a8386239bf3cde (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Statically initializes an interrupt entry object.
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
definition:
  default:
    attributes: null
    body: |
      { ${.:/params[0]/name}, ${.:/params[1]/name}, ${/c/if/null:/name}, ${.:/params[2]/name} }
    params:
    - ${handler:/name} ${.:/params[0]/name}
    - void *${.:/params[1]/name}
    - const char *${.:/params[2]/name}
    return: null
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_INTERRUPT_ENTRY_INITIALIZER
notes: |
  Alternatively, ${entry-initialize:/name} may be used to dynamically
  initialize an interrupt entry.
params:
- description: |
    is the interrupt handler routine for the entry.
  dir: null
  name: _routine
- description: |
    is the interrupt handler argument for the entry.
  dir: null
  name: _arg
- description: |
    is the descriptive information for the entry.
  dir: null
  name: _info
return: null
type: interface