Struct stm32f103xx_hal::time::MonoTimer [] [src]

pub struct MonoTimer { /* fields omitted */ }

A monotonic nondecreasing timer

Methods

impl MonoTimer
[src]

[src]

Creates a new Monotonic timer

[src]

Returns the frequency at which the monotonic timer is operating at

[src]

Returns an Instant corresponding to "now"

Trait Implementations

impl Clone for MonoTimer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MonoTimer
[src]