WeR

Type Alias WeR 

pub type WeR = BitReader<We>;
Expand description

Field WE reader - Windowing Enable

Aliased Type§

pub struct WeR { /* private fields */ }

Implementations§

§

impl WeR

pub const fn variant(&self) -> We

Get enumerated values variant

pub fn is_0(&self) -> bool

Windowing mode is not selected.

pub fn is_1(&self) -> bool

Windowing mode is selected.