[][src]Trait lpc55_hal::prelude::_embedded_hal_watchdog_WatchdogDisable

pub trait _embedded_hal_watchdog_WatchdogDisable {
    fn disable(&mut self);
}
[]

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

Required methods

fn disable(&mut self)[]

Disables the watchdog

Implementors