WdogW

Type Alias WdogW 

pub type WdogW<'a, REG> = BitWriter<'a, REG, Wdog>;
Expand description

Field WDOG writer - Watchdog Interrupt

Aliased Type§

pub struct WdogW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> WdogW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Interrupt disabled.

pub fn _1(self) -> &'a mut W<REG>

Interrupt enabled.