[−][src]Type Definition lpc55_hal::peripherals::utick::EnabledUtick
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.