summaryrefslogtreecommitdiffstats
path: root/spec/rtems/clock/if/get-ticks-per-second.yml
blob: cbea3f7316785329281cb9fa28c5cb36fa69f490 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 & Co. KG
- 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