Trait embedded_hal::watchdog::WatchdogEnable  
source · [−]pub trait WatchdogEnable {
    type Time;
    fn start<T>(&mut self, period: T)
    where
        T: Into<Self::Time>;
}Expand description
Enables A watchdog timer to reset the processor if software is frozen or stalled.