summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/lock-member.yml
blob: 1fb9208d36c380b231c74ff1187b7fbb23cb13d6 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Defines an ISR lock member.
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default:
    attributes: null
    body: ${/score/isr/if/lock-member:/name}( ${.:/params[0]/name} )
    params:
    - ${.:/params[0]/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_LOCK_MEMBER
notes: |
  Do not add a ";" after this macro.
params:
- description: |
    is the ISR lock member designator.
  dir: null
  name: _designator
return: null
type: interface