summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/realtimeclock.yml
blob: 4d751aa2a22c6c8f68914be92b157ff5b8367678 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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: realtime clock
text: |
  The timer uses ${/glossary/clock-realtime:/term} to determine the point in
  time to ${../glossary/fire:/term}. A timer is associated with
  ${/glossary/clock-realtime:/term} when the timer is
  ${../glossary/scheduled:/term} using the directives ${../if/fire-when:/name}
  or ${../if/server-fire-when:/name}. A timer is not longer associated with
  ${/glossary/clock-realtime:/term} when the timer is
  ${../glossary/scheduled:/term} using the directives ${../if/fire-after:/name}
  or ${../if/server-fire-after:/name} or when the timer is deleted. Canceling or
  resetting a timer does not change the association with a particular
  ${../glossary/clock:/term}.
type: glossary