Module prelude

Source
Expand description

Common definitions and traits for using the i.MX RT monotonics

Re-exports§

pub use fugit;

Macros§

imxrt_gpt1_monotonic
Create a GPT1 based monotonic and register the GPT1 interrupt for it.
imxrt_gpt2_monotonic
Create a GPT2 based monotonic and register the GPT2 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.