summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/types/name.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-29 10:17:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-03 10:22:45 +0200
commit94f668f1fc0335e3482cd8264c60901056d2a80f (patch)
tree39b10e37f533f7242571bb36dce5913066682ef1 /spec/if/rtems/types/name.yml
parentspec: Add /if/rtems/options/* (diff)
downloadrtems-central-94f668f1fc0335e3482cd8264c60901056d2a80f.tar.bz2
spec: Add /if/rtems/types/*
Diffstat (limited to 'spec/if/rtems/types/name.yml')
-rw-r--r--spec/if/rtems/types/name.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/if/rtems/types/name.yml b/spec/if/rtems/types/name.yml
new file mode 100644
index 00000000..b7e8ff05
--- /dev/null
+++ b/spec/if/rtems/types/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: ${/if/c/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: /groups/api/classic/types
+name: rtems_name
+notes: null
+type: interface