Type Alias InveiW

Source
pub type InveiW<'a, REG> = BitWriter<'a, REG, Inveiselect>;
Expand description

Field INVEI writer - Inverted Event Input Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Incoming event is not inverted

Source

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

Incoming event is inverted