Type Alias LuteoW

Source
pub type LuteoW<'a, REG> = BitWriter<'a, REG, Luteoselect>;
Expand description

Field LUTEO writer - LUT Event Output Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

LUT event output is disabled

Source

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

LUT event output is enabled