Type Alias Wdt

Source
pub type Wdt = Wdt<Atmega, WDT>;

Aliased Type§

struct Wdt { /* private fields */ }

Implementations

Source§

impl<H, WDT> Wdt<H, WDT>
where WDT: WdtOps<H>,

Source

pub fn new(p: WDT, m: &<WDT as WdtOps<H>>::MCUSR) -> Wdt<H, WDT>

Source

pub fn start(&mut self, timeout: Timeout) -> Result<(), ()>

Source

pub fn feed(&mut self)

Source

pub fn stop(&mut self)