Trait WatchdogDisable
embedded_hal::watchdog
pub trait WatchdogDisable { fn disable(&mut self); }
Disables a running watchdog timer so the processor won't be reset.
fn disable(&mut self)
Disables the watchdog