source: rtems-central/spec/rtems/timer/if/service-routine.yml @ c970d63

Last change on this file since c970d63 was c970d63, checked in by Sebastian Huber <sebastian.huber@…>, on 12/01/20 at 13:57:03

spec: Review Timer Manager API

  • Property mode set to 100644
File size: 686 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: |
3  This type defines the return type of routines which can be fired by
4  directives of the Timer Manager.
5copyrights:
6- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
7- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
8definition:
9  default: void ${.:/name}
10  variants: []
11description: |
12  This type can be used to document timer service routines in the source code.
13enabled-by: true
14index-entries: []
15interface-type: typedef
16links:
17- role: interface-placement
18  uid: header
19- role: interface-ingroup
20  uid: group
21name: rtems_timer_service_routine
22notes: null
23type: interface
Note: See TracBrowser for help on using the repository browser.