Expand description
Common definitions and traits for using the nRF Timer monotonics
Re-exports§
pub use fugit;
Macros§
- nrf_
timer0_ monotonic - Create an Timer0 based monotonic and register the TIMER0 interrupt for it.
- nrf_
timer1_ monotonic - Create an Timer1 based monotonic and register the TIMER1 interrupt for it.
- nrf_
timer2_ monotonic - Create an Timer2 based monotonic and register the TIMER2 interrupt for it.
- nrf_
timer3_ monotonic - Create an Timer3 based monotonic and register the TIMER3 interrupt for it.
- nrf_
timer4_ monotonic - Create an Timer4 based monotonic and register the TIMER4 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.