summaryrefslogblamecommitdiffstats
path: root/spec/rtems/timer/if/information.yml
blob: 4cac081c68ca6351c5ea1350930052f19eb6b80a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                     

                                                   





                                                                          
                                                                             
                                          
                     




                   
                                                           
                                                              
                     




                 
                                                                       
                                                              


                                                                             




                    
                                                                     
                                                              


                                                                             





                             
                 




                           
            


                             
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  The structure contains information about a timer.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
- default:
    brief: |
      The timer class member indicates how the timer was most recently fired.
    definition: ${classes:/name} ${.:name}
    description: null
    kind: member
    name: the_class
  variants: []
- default:
    brief: |
      This member indicates the initial requested interval.
    definition: ${/score/watchdog/if/interval:/name} ${.:name}
    description: null
    kind: member
    name: initial
  variants: []
- default:
    brief: |
      This member indicates the time the timer was initially scheduled.
    definition: ${/score/watchdog/if/interval:/name} ${.:name}
    description: |
      The time is in clock ticks since the clock driver initialization or the
      last clock tick counter overflow.
    kind: member
    name: start_time
  variants: []
- default:
    brief: |
      This member indicates the time the timer was scheduled to fire.
    definition: ${/score/watchdog/if/interval:/name} ${.:name}
    description: |
      The time is in clock ticks since the clock driver initialization or the
      last clock tick counter overflow.
    kind: member
    name: stop_time
  variants: []
definition-kind: typedef-only
description: null
enabled-by: true
index-entries: []
interface-type: struct
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: rtems_timer_information
notes: null
type: interface