Type Definition lpc55_hal::peripherals::utick::EnabledUtick[][src]

type EnabledUtick = Utick<Enabled>;

Implementations

impl EnabledUtick[src]

pub fn blocking_wait(&mut self)[src]

Trait Implementations

impl Cancel for EnabledUtick[src]

type Error = Infallible

Error returned when a countdown can’t be canceled.

impl CountDown for EnabledUtick[src]

type Time = u32

The unit of time used by this timer