EnW

Type Alias EnW 

pub type EnW<'a, REG> = BitWriter<'a, REG, En>;
Expand description

Field EN writer - Watchdog Enable

Aliased Type§

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

Implementations§

§

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

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

Watchdog disabled.

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

Watchdog enabled.