Type Alias atmega_hal::wdt::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)