Trait embedded_hal::watchdog::WatchdogDisable[][src]

pub trait WatchdogDisable {
    fn disable(&mut self);
}

Disables a running watchdog timer so the processor won’t be reset.

Required methods

fn disable(&mut self)[src]

Disables the watchdog

Loading content...

Implementors

Loading content...