pub type INOVER_W<'a, REG> = FieldWriterSafe<'a, REG, 2, INOVER_A>;
Expand description

Field INOVER writer -

Aliased Type§

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

Implementations§

source§

impl<'a, REG> INOVER_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

don’t invert the peri input

source

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

invert the peri input

source

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

drive peri input low

source

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

drive peri input high