summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/state.yml
blob: d98e415057bf705b084e0719c5c41bf9c4ddde75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: state
text: |
  The state of a timer denotes whether the timer is set to ${../glossary/fire:/term} or not.  There is also a third state for the timer has fired but the ${../glossary/timerserviceroutine:/term} has not been invoked yet.  A timer can be in one of these states:

  * ${../glossary/inactive:/term}
  * ${../glossary/scheduled:/term}
  * ${../glossary/pending:/term}
type: glossary