summaryrefslogtreecommitdiffstats
path: root/spec/rtems/type/if/name.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/type/if/name.yml')
-rw-r--r--spec/rtems/type/if/name.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/rtems/type/if/name.yml b/spec/rtems/type/if/name.yml
new file mode 100644
index 00000000..e55d9ee2
--- /dev/null
+++ b/spec/rtems/type/if/name.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ This type is used to represent an 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