WeW

Type Alias WeW 

pub type WeW<'a, REG> = BitWriter<'a, REG, We>;
Expand description

Field WE writer - Windowing Enable

Aliased Type§

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

Implementations§

§

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

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

Windowing mode is not selected.

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

Windowing mode is selected.