source: rtems-central/spec/rtems/userext/if/create.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: 927 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    - const ${table:/name} *${.:/params[1]/name}
13    - ${../../type/if/id:/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_extension_create
26notes: null
27params:
28- description: '%'
29  dir: null
30  name: name
31- description: '%'
32  dir: null
33  name: extension_table
34- description: '%'
35  dir: null
36  name: id
37return:
38  return: null
39  return-values: []
40type: interface
Note: See TracBrowser for help on using the repository browser.