[−][src]Trait embedded_hal::watchdog::WatchdogEnable
Enables A watchdog timer to reset the processor if software is frozen or stalled.
Associated Types
Required methods
fn start<T>(&mut self, period: T) where
T: Into<Self::Time>,
[−]
T: Into<Self::Time>,
Starts the watchdog with a given period, typically once this is done the watchdog needs to be kicked periodically or the processor is reset.