Struct stm32f4xx_hal::timer::MonoTimer [−][src]
pub struct MonoTimer { /* fields omitted */ }
Expand description
A monotonic non-decreasing timer
This uses the timer in the debug watch trace peripheral. This means, that if the core is stopped, the timer does not count up. This may be relevant if you are using cortex_m_semihosting::hprintln for debugging in which case the timer will be stopped while printing