pub type OEOVER_W<'a, REG> = FieldWriterSafe<'a, REG, 2, OEOVER_A>;
Expand description

Field OEOVER writer -

Aliased Type§

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

Implementations§

source§

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

source

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

drive output enable from peripheral signal selected by funcsel

source

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

drive output enable from inverse of peripheral signal selected by funcsel

source

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

disable output

source

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

enable output