summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/is-shared.yml
blob: 3d2b442b308ff6f89943828131fd5d51d9dc6e27 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Checks if the interrupt handler shared option is set.
copyrights:
- Copyright (C) 2008, 2021 embedded brains GmbH & Co. KG
definition:
  default:
    attributes: null
    body: |
      ( ( ${.:/params[0]/name} ) & ${shared:/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_SHARED
notes: null
params:
- description: |
    is the interrupt handler option set to check.
  dir: null
  name: _options
return:
  return: |
    Returns true, if the interrupt handler shared option ${shared:/name} is
    set, otherwise false.
  return-values: []
type: interface