Module rtic_monotonics::nrf::rtc::prelude
source · Expand description
Common definitions and traits for using the nRF RTC monotonics
Re-exports§
pub use fugit;
Macros§
- Create an RTC0 based monotonic and register the RTC0 interrupt for it.
- Create an RTC1 based monotonic and register the RTC1 interrupt for it.
- Create an RTC2 based monotonic and register the RTC2 interrupt for it.
Traits§
- Extension trait for simple short-hands for u64 Durations
- Extension trait for simple short-hands for u64 Durations (ceil rounded)
- A monotonic clock / counter definition.