Struct alt_stm32f30x_hal::timer::syst::Timer[][src]

pub struct Timer { /* fields omitted */ }

System timer

Methods

impl Timer
[src]

System timer

Resets timeout

Starts listening for an event

Stops listening for an event

Trait Implementations

impl CountDown for Timer
[src]

The unit of time used by this timer

Starts a new count down

Non-blockingly "waits" until the count down finishes Read more

impl Periodic for Timer
[src]

Auto Trait Implementations

impl Send for Timer

impl !Sync for Timer