summaryrefslogtreecommitdiffstats
path: root/spec/rtems/type/if/name.yml
blob: 9e2bf3024fb56025340d7b3924d68dee0665c913 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This type is used to represent a Classic API object name.
copyrights:
- Copyright (C) 2009, 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: ${/c/if/uint32_t:/name} rtems_name
  variants: []
description: |
  It is an unsigned 32-bit integer which can be treated as a numeric value or
  initialized using rtems_build_name() to encode four ASCII characters.  A
  value of zero may have a special meaning in some directives.
enabled-by: true
interface-type: typedef
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: rtems_name
notes: null
type: interface