Module embedded_time::timer[][src]

Expand description

Software timers coupled to a crate::Clock implementation

Modules

param

Timer type/state parameters

Structs

Timer

A Timer counts toward an expiration, can be polled for elapsed and remaining time, and can be one-shot or continuous/periodic.