source: rtems-central/spec/rtems/timer/if/fire-when.yml @ 5f97799

Last change on this file since 5f97799 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: 1000 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/id:/name} ${.:/params[0]/name}
11    - ${../../type/if/time-of-day:/name} *${.:/params[1]/name}
12    - ${service-routine-entry:/name} ${.:/params[2]/name}
13    - void *${.:/params[3]/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_fire_when
26notes: null
27params:
28- description: '%'
29  dir: null
30  name: id
31- description: '%'
32  dir: null
33  name: wall_time
34- description: '%'
35  dir: null
36  name: routine
37- description: '%'
38  dir: null
39  name: user_data
40return:
41  return: null
42  return-values: []
43type: interface
Note: See TracBrowser for help on using the repository browser.