[][src]Module ticklock::timer

Provide timer abstraction

Structs

TimerInstant

Capture an instant from a timer.

Traits

CheckedSub

Tell if subtractions overflow.

Timer

A Timer trait to represent count down / up time. This is a typical peripheral that has an internal counter that decrease or increase over time until it reach its limit.