summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/state.yml
blob: 10c106062edeb3a2604712e516205fd1a5bc2a9d (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 (http://www.embedded-brains.de)
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: /glossary-requirements
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