Struct nrf51_hal::timer::Timer [] [src]

pub struct Timer(_);

Methods

impl Timer
[src]

[src]

Trait Implementations

impl CountDown for Timer
[src]

The unit of time used by this timer

[src]

Starts a new count down

[src]

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