summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/is-replace.yml
blob: 14aa9d668aba248cc796adc6ac156a2872b0e67e (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Checks if the interrupt handler replace option is set.
copyrights:
- Copyright (C) 2008, 2021 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default:
    attributes: null
    body: |
      ( ( ${.:/params[0]/name} ) & ${replace:/name} )
    params:
    - ${../../option/if/option:/name} ${.:/params[0]/name}
    return: ${/c/if/bool:/name}
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup-hidden
  uid: group
- role: constraint
  uid: /constraint/directive-not-pre-qualified
name: RTEMS_INTERRUPT_IS_REPLACE
notes: null
params:
- description: is the interrupt handler option set to check.
  dir: null
  name: _options
return:
  return: |
    Returns true, if the interrupt handler replace option ${replace:/name} is
    set, otherwise false.
  return-values: []
type: interface