Type Alias xmc4300::usic0_ch0::psr_iicmode::PcrR

source ·
pub type PcrR = BitReader<Pcr>;
Expand description

Field PCR reader - Stop Condition Received

Aliased Type§

struct PcrR { /* private fields */ }

Implementations§

source§

impl PcrR

source

pub const fn variant(&self) -> Pcr

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

A stop condition has not yet been detected.

source

pub fn is_value2(&self) -> bool

A stop condition has been detected.