[]Trait wio_terminal::prelude::_embedded_hal_watchdog_WatchdogDisable

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

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

Required methods

pub fn disable(&mut self)

Disables the watchdog

Loading content...

Implementations on Foreign Types

impl WatchdogDisable for Watchdog[src]

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

Loading content...

Implementors

Loading content...