summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/if/build-name.yml
blob: 7a28b24a490071d813eb8594d4a46f088e91d157 (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
39
40
41
42
43
44
45
46
47
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Builds the object name composed of the four characters.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default: |
    ${/score/object/if/build-name:/name}( ${.:/params[0]/name}, ${.:/params[1]/name}, ${.:/params[2]/name}, ${.:/params[3]/name} )
  variants: []
description: |
  This directive takes the four characters provided as arguments and composes a
  32-bit object name with ``${.:params[0]/name}`` in the most significant
  8-bits and ``${.:params[3]/name}`` in the least significant 8-bits.
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: rtems_build_name
notes: |
  This directive is strictly local and does not impact task scheduling.
params:
- description: |
    is the first character of the name.
  dir: null
  name: _c1
- description: |
    is the second character of the name.
  dir: null
  name: _c2
- description: |
    is the third character of the name.
  dir: null
  name: _c3
- description: |
    is the fourth character of the name.
  dir: null
  name: _c4
return:
  return: |
    Returns the object name composed of the four characters.
  return-values: []
type: interface