Type Alias EnableR

Source
pub type EnableR = BitReader<Enableselect>;
Expand description

Field ENABLE reader - LUT Enable

Aliased Type§

struct EnableR { /* private fields */ }

Implementations§

Source§

impl EnableR

Source

pub const fn variant(&self) -> Enableselect

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

LUT block is disabled

Source

pub fn is_enable(&self) -> bool

LUT block is enabled