Module prelude

Source
Expand description

Common definitions and traits for using the nRF RTC monotonics

Re-exports§

pub use fugit;

Macros§

nrf_rtc0_monotonic
Create an RTC0 based monotonic and register the RTC0 interrupt for it.
nrf_rtc1_monotonic
Create an RTC1 based monotonic and register the RTC1 interrupt for it.
nrf_rtc2_monotonic
Create an RTC2 based monotonic and register the RTC2 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.