source: rtems-central/spec/rtems/timer/if/fire-after.yml @ 0500b9a

Last change on this file since 0500b9a 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: 1014 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/id:/name} ${.:/params[0]/name}
12    - ${../../type/if/interval:/name} ${.:/params[1]/name}
13    - ${service-routine-entry:/name} ${.:/params[2]/name}
14    - void *${.:/params[3]/name}
15    return: ${../../status/if/code:/name}
16  variants: []
17description: null
18enabled-by: true
19index-entries: []
20interface-type: function
21links:
22- role: interface-placement
23  uid: header
24- role: interface-ingroup
25  uid: group
26name: rtems_timer_fire_after
27notes: null
28params:
29- description: '%'
30  dir: null
31  name: id
32- description: '%'
33  dir: null
34  name: ticks
35- description: '%'
36  dir: null
37  name: routine
38- description: '%'
39  dir: null
40  name: user_data
41return:
42  return: null
43  return-values: []
44type: interface
Note: See TracBrowser for help on using the repository browser.