WinW

Type Alias WinW 

pub type WinW<'a, REG> = BitWriter<'a, REG, Win>;
Expand description

Field WIN writer - Watchdog Window

Aliased Type§

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

Implementations§

§

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

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

Window mode disabled.

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

Window mode enabled.