summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/sem/obtain.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-15 13:35:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-03 10:22:45 +0200
commit7d87ad3858b14a02b23ddef60cc7c408a316be1b (patch)
tree345725fb5b58b36fee02e325dbd860fb32455261 /spec/if/rtems/sem/obtain.yml
parentspec: Add /if/rtems/tasks/* (diff)
downloadrtems-central-7d87ad3858b14a02b23ddef60cc7c408a316be1b.tar.bz2
spec: Add /if/rtems/sem/*
Diffstat (limited to '')
-rw-r--r--spec/if/rtems/sem/obtain.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/spec/if/rtems/sem/obtain.yml b/spec/if/rtems/sem/obtain.yml
new file mode 100644
index 00000000..38d04815
--- /dev/null
+++ b/spec/if/rtems/sem/obtain.yml
@@ -0,0 +1,38 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: '%'
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+definition:
+ default:
+ body: null
+ params:
+ - ${../types/id:/name} ${.:/params[0]/name}
+ - ${../options/option:/name} ${.:/params[1]/name}
+ - ${../types/interval:/name} ${.:/params[2]/name}
+ return: ${../status/code:/name}
+ variants: []
+description: null
+enabled-by: true
+interface-type: function
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: /groups/api/classic/sem
+name: rtems_semaphore_obtain
+notes: null
+params:
+- description: '%'
+ dir: null
+ name: id
+- description: '%'
+ dir: null
+ name: option_set
+- description: '%'
+ dir: null
+ name: timeout
+return:
+ return: null
+ return-values: []
+type: interface