Module prelude

Source
Expand description

Common definitions and traits for using the RP2040 timer monotonic

Re-exports§

pub use fugit;

Macros§

rp2040_timer_monotonic
Create an RP2040 timer based monotonic and register the necessary interrupt for it.

Traits§

ExtU64
Extension trait for simple short-hands for u64 Durations
ExtU64Ceil
Extension trait for simple short-hands for u64 Durations (ceil rounded)
Monotonic
A monotonic clock / counter definition.