Module rtic_monotonics::nrf::timer::prelude
source · Expand description
Common definitions and traits for using the nRF Timer monotonics
Re-exports§
pub use fugit;
Macros§
- Create an Timer0 based monotonic and register the TIMER0 interrupt for it.
- Create an Timer1 based monotonic and register the TIMER1 interrupt for it.
- Create an Timer2 based monotonic and register the TIMER2 interrupt for it.
- Create an Timer3 based monotonic and register the TIMER3 interrupt for it.
- Create an Timer4 based monotonic and register the TIMER4 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.