Watchdog

Trait Watchdog 

Source
pub trait Watchdog {
    // Required method
    fn reload(&mut self);
}
Expand description

Watchdogs will reset your device if it fails reloading them.

Required Methods§

Source

fn reload(&mut self)

Write reload value to watchdog

Implementors§