summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/req/build-name-macro.yml
blob: c9fa120d36cd7e07e1b524241e26c8eef801d918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: interface-function
  uid: ../if/build-name-macro
functional-type: function
rationale: null
references: []
requirement-type: functional
text: |
  The result of ${../if/build-name-macro:/name} shall be equal to
  (${../if/build-name-macro:/params[0]/name} modulo 256) * 16777216 +
  (${../if/build-name-macro:/params[1]/name} modulo 256) * 65536 +
  (${../if/build-name-macro:/params[2]/name} modulo 256) * 256 +
  (${../if/build-name-macro:/params[3]/name} modulo 256).
type: requirement