Type Alias LuteiW

Source
pub type LuteiW<'a, REG> = BitWriter<'a, REG, Luteiselect>;
Expand description

Field LUTEI writer - LUT Event Input Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

LUT incoming event is disabled

Source

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

LUT incoming event is enabled