Module prelude

Source
Expand description

Common definitions and traits for using the systick monotonic

Re-exports§

pub use fugit;

Macros§

systick_monotonic
Create a Systick based monotonic and register the Systick interrupt for it.

Traits§

ExtU32
Extension trait for simple short-hands for u32 Durations
ExtU32Ceil
Extension trait for simple short-hands for u32 Durations (ceil rounded)
Monotonic
A monotonic clock / counter definition.