Module rtic_monotonics::stm32::prelude
source · Expand description
Common definitions and traits for using the STM32 monotonics
Re-exports§
pub use fugit;
Macros§
- Create a TIM2 based monotonic and register the TIM2 interrupt for it.
- Create a TIM3 based monotonic and register the TIM3 interrupt for it.
- Create a TIM4 based monotonic and register the TIM4 interrupt for it.
- Create a TIM5 based monotonic and register the TIM5 interrupt for it.
- Create a TIM15 based monotonic and register the TIM15 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.