Trait embedded_hal::watchdog::WatchdogDisable
source · pub trait WatchdogDisable {
// Required method
fn disable(&mut self);
}
Expand description
Disables a running watchdog timer so the processor won’t be reset.