summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/inactive.yml
blob: 6019ce8b01b6f31119559b1a655bc7d28ed37fb9 (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: inactive
text: |
  A timer in inactive ${../glossary/state:/term} will not
  ${../glossary/fire:/term} nor invoke its
  ${../glossary/timerserviceroutine:/term}. To change the
  ${../glossary/state:/term} the timer must be ${../glossary/scheduled:/term}. A
  timer enters inactive ${../glossary/state:/term} after

  * being created by a call to ${../if/create:/name}
  * being canceled by a call to ${../if/cancel:/name}
  * the ${../glossary/timerserviceroutine:/term} was invoked (the execution may still be ongoing).
type: glossary