summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-12 15:52:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-09 15:04:34 +0100
commitf6102914ebcfffd41eea32c214c61d32f1cd9fb3 (patch)
tree2a30e613072a60af6b4bed940ddbbbe0a6a9572a
parentuser: Add arm/stm32h7 (diff)
downloadrtems-docs-f6102914ebcfffd41eea32c214c61d32f1cd9fb3.tar.bz2
eng: Add function attributes
Update #3715.
-rw-r--r--eng/req/items.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/eng/req/items.rst b/eng/req/items.rst
index 55604bd..5f0b8ee 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -3672,6 +3672,13 @@ Interface Function Definition
This set of attributes specifies a function definition. All explicit attributes
shall be specified. The explicit attributes for this type are:
+attributes
+ The attribute value shall be an optional string. If the value is present,
+ then it shall be the function attributes. On the attributes a
+ context-sensitive substitution of item variables is performed. A function
+ attribute is for example the indication that the function does not return
+ to the caller.
+
body
The attribute value shall be an optional string. If the value is present,
then it shall be the definition of a static inline function. On the