OutcfgW

Type Alias OutcfgW 

pub type OutcfgW<'a, REG> = BitWriter<'a, REG, Outcfg>;
Expand description

Field OUTCFG writer - Output Config

Aliased Type§

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

Implementations§

§

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

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

Output data retains last value when chip select is negated.

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

Output data is tristated when chip select is negated.