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
- ExtU64
Ceil - Extension trait for simple short-hands for u64 Durations (ceil rounded)
- Monotonic
- A monotonic clock / counter definition.