pub trait _embedded_hal_watchdog_WatchdogDisable {
fn disable(&mut self);
}
Expand description
Disables a running watchdog timer so the processor won’t be reset.
Required Methods
Implementors
impl WatchdogDisable for Watchdog
Disables a running watchdog timer so the processor won’t be reset.