Module time::timer

source ·
Expand description

Timer module.

The Timer is the core structure of this module. A timer can be configured with TimerConfig. The state of the timer is managed by TimerState, TimerCycle and TimerLoop. During the lifetime of the timer, TimerEvent are triggered.

Structs

Enums

Type Aliases