source: rtems-central/spec/rtems/timer/if/create.yml @ cb4eca2

Last change on this file since cb4eca2 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: 819 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    - ${../../type/if/name:/name} ${.:/params[0]/name}
12    - ${../../type/if/id:/name} *${.:/params[1]/name}
13    return: ${../../status/if/code:/name}
14  variants: []
15description: null
16enabled-by: true
17index-entries: []
18interface-type: function
19links:
20- role: interface-placement
21  uid: header
22- role: interface-ingroup
23  uid: group
24name: rtems_timer_create
25notes: null
26params:
27- description: '%'
28  dir: null
29  name: name
30- description: '%'
31  dir: null
32  name: id
33return:
34  return: null
35  return-values: []
36type: interface
Note: See TracBrowser for help on using the repository browser.