Type Alias EnableW

Source
pub type EnableW<'a, REG> = BitWriter<'a, REG, Enableselect>;
Expand description

Field ENABLE writer - LUT Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

LUT block is disabled

Source

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

LUT block is enabled