summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/is-replace.yml
blob: d6f3e0d683f2b40762365c47c0883a45a2d91fcc (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: |
  Checks if the interrupt handler replace option is set.
copyrights:
- Copyright (C) 2008, 2021 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: |
    ( ( ${.:/params[0]/name} ) & ${replace:/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