OutcfgR

Type Alias OutcfgR 

pub type OutcfgR = BitReader<Outcfg>;
Expand description

Field OUTCFG reader - Output Config

Aliased Type§

pub struct OutcfgR { /* private fields */ }

Implementations§

§

impl OutcfgR

pub const fn variant(&self) -> Outcfg

Get enumerated values variant

pub fn is_0(&self) -> bool

Output data retains last value when chip select is negated.

pub fn is_1(&self) -> bool

Output data is tristated when chip select is negated.