pub type OUTOVER_W<'a, REG> = FieldWriterSafe<'a, REG, 2, OUTOVER_A>;
Expand description

Field OUTOVER writer -

Aliased Type§

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

Implementations§

source§

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

source

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

drive output from peripheral signal selected by funcsel

source

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

drive output from inverse of peripheral signal selected by funcsel

source

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

drive output low

source

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

drive output high