summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/if
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-11 09:20:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-14 09:15:40 +0200
commit6ee44e161cdd597de8bc3614bf97d0dd2b72bbe7 (patch)
treef708558f30ac85d881df49bb190b78aa7cb99145 /spec/rtems/timer/if
parentmodules: Update rtems (diff)
downloadrtems-central-6ee44e161cdd597de8bc3614bf97d0dd2b72bbe7.tar.bz2
spec: Use a common phrase for pointer parameters
Diffstat (limited to 'spec/rtems/timer/if')
-rw-r--r--spec/rtems/timer/if/create.yml6
-rw-r--r--spec/rtems/timer/if/get-information.yml6
-rw-r--r--spec/rtems/timer/if/ident.yml6
3 files changed, 9 insertions, 9 deletions
diff --git a/spec/rtems/timer/if/create.yml b/spec/rtems/timer/if/create.yml
index e7aab890..dc36183d 100644
--- a/spec/rtems/timer/if/create.yml
+++ b/spec/rtems/timer/if/create.yml
@@ -50,9 +50,9 @@ params:
dir: null
name: name
- description: |
- is the pointer to an object identifier variable. When the directive call
- is successful, the identifier of the created timer will be stored in this
- variable.
+ is the pointer to an ${../../type/if/id:/name} object. When the directive
+ call is successful, the identifier of the created timer will be stored in
+ this object.
dir: out
name: id
return:
diff --git a/spec/rtems/timer/if/get-information.yml b/spec/rtems/timer/if/get-information.yml
index 5c1c3597..8fe4e0ee 100644
--- a/spec/rtems/timer/if/get-information.yml
+++ b/spec/rtems/timer/if/get-information.yml
@@ -38,9 +38,9 @@ params:
dir: null
name: id
- description: |
- is the pointer to a timer information variable. When the directive call is
- successful, the information about the timer will be stored in this
- variable.
+ is the pointer to an ${information:/name} object. When the directive call
+ is successful, the information about the timer will be stored in this
+ object.
dir: out
name: the_info
return:
diff --git a/spec/rtems/timer/if/ident.yml b/spec/rtems/timer/if/ident.yml
index 3c351e2d..0a49c097 100644
--- a/spec/rtems/timer/if/ident.yml
+++ b/spec/rtems/timer/if/ident.yml
@@ -46,9 +46,9 @@ params:
dir: null
name: name
- description: |
- is the pointer to an object identifier variable. When the directive call
- is successful, the object identifier of an object with the specified name
- will be stored in this variable.
+ is the pointer to an ${../../type/if/id:/name} object. When the directive
+ call is successful, the object identifier of an object with the specified
+ name will be stored in this object.
dir: out
name: id
return: