summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/if/id-initial.yml
blob: 24062571d44d9c7e1c13525068e58d9f0bbfc964 (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
48
49
50
51
52
53
54
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Builds the object identifier with the lowest index from the API, class, and
  MPCI node components.
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default:
    attributes: null
    body: |
      ${/score/object/if/id-initial:/name}( ${.:/params[0]/name}, ${.:/params[1]/name}, ${.:/params[2]/name} )
    params:
    - ${/c/if/uint32_t:/name} ${.:/params[0]/name}
    - ${/c/if/uint32_t:/name} ${.:/params[1]/name}
    - ${/c/if/uint32_t:/name} ${.:/params[2]/name}
    return: ${../../type/if/id:/name}
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-not-pre-qualified
- role: constraint
  uid: /constraint/directive-ctx-any
- role: constraint
  uid: /constraint/directive-no-preempt
name: RTEMS_OBJECT_ID_INITIAL
notes: null
params:
- description: |
    is the API of the object identifier to build.
  dir: null
  name: _api
- description: |
    is the class of the object identifier to build.
  dir: null
  name: _class
- description: |
    is the MPCI node of the object identifier to build.
  dir: null
  name: _node
return:
  return: |
    Returns the object identifier with the lowest index built from the API,
    class, and MPCI node components.
  return-values: []
type: interface