[−][src]Trait esp32_hal::prelude::_embedded_hal_watchdog_WatchdogDisable
Disables a running watchdog timer so the processor won't be reset.
Required methods
fn disable(&mut self)
Disables the watchdog
Implementors
impl<'a> WatchdogDisable for esp32_hal::clock_control::watchdog::Watchdog[src]
Disable watchdog timer
impl<'a, TIMG: TimerGroup> WatchdogDisable for esp32_hal::timer::watchdog::Watchdog<TIMG>[src]
Disable watchdog timer