summaryrefslogblamecommitdiffstats
path: root/spec/rtems/clock/if/get-ticks-per-second.yml
blob: c37913f73ce4e4c4206e85254a3d7ee4a549fa25 (plain) (tree)
1
2
3
4
5
6
7
8
                                                     
        

                                                                              



                                                                          




                                           


                 
                 
                        



                           
            



                                       
                                      


                                                                   

          


                                                                    

                   
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Gets the number of ${/glossary/clock-tick:/plural} per second configured for
  the application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default:
    attributes: null
    body: null
    params: []
    return: ${../../type/if/interval:/name}
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-ctx-any
- role: constraint
  uid: /constraint/directive-no-preempt
name: rtems_clock_get_ticks_per_second
notes: |
  The number of clock ticks per second is defined indirectly by the
  ${/acfg/if/microseconds-per-tick:/name} configuration option.
params: []
return:
  return: |
    Returns the number of clock ticks per second configured for this
    application.
  return-values: []
type: interface