summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/expand.yml
blob: 38f185d4c54c94505581267fda0795e0f42b6c9c (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Helper macro to perform a macro expansion on the token.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default:
    attributes: null
    body: ${.:/params[0]/name}
    params: []
    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_EXPAND
notes: null
params:
- description: |
    is the token to expand.
  dir: null
  name: _token
return: null
type: interface