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

Last change on this file since dff41ae was 5f97799, checked in by Sebastian Huber <sebastian.huber@…>, on 10/05/20 at 13:43:02

spec: Move index-entries to interface type

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