source: rtems-central/spec/rtems/timer/if/initiate-server.yml @ d3edaca

Last change on this file since d3edaca was d3edaca, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/20 at 13:07:38

spec: Add function attributes

  • Property mode set to 100644
File size: 952 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: '%'
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
6definition:
7  default:
8    attributes: null
9    body: null
10    params:
11    - ${../../task/if/priority:/name} ${.:/params[0]/name}
12    - ${/c/if/size_t:/name} ${.:/params[1]/name}
13    - ${../../attr/if/attribute:/name} ${.:/params[2]/name}
14    return: ${../../status/if/code:/name}
15  variants: []
16description: null
17enabled-by: true
18index-entries: []
19interface-type: function
20links:
21- role: interface-placement
22  uid: header
23- role: interface-ingroup
24  uid: group
25name: rtems_timer_initiate_server
26notes: null
27params:
28- description: '%'
29  dir: null
30  name: priority
31- description: '%'
32  dir: null
33  name: stack_size
34- description: '%'
35  dir: null
36  name: attribute_set
37return:
38  return: null
39  return-values: []
40type: interface
Note: See TracBrowser for help on using the repository browser.