summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/clock.yml
blob: a5e2fece0a13ea2b494628b2d8f2a710d2743e12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: group
term: clock
text: |
  The timer clock denotes the clock used to determine when the timer will
  ${../glossary/fire:/term}. An interval timer uses the
  ${/glossary/clock-tick:/term} based clock while a time-of-day timer uses the
  ${/glossary/clock-realtime:/term}. A timer can be associated with one of
  these clocks:

  * ${../glossary/none:/term}
  * ${../glossary/ticksbasedclock:/term}
  * ${../glossary/realtimeclock:/term}
type: glossary