Type Alias xmc4300::usic0_ch0::psr_iicmode::NackR

source ·
pub type NackR = BitReader<Nack>;
Expand description

Field NACK reader - Non-Acknowledge Received

Aliased Type§

struct NackR { /* private fields */ }

Implementations§

source§

impl NackR

source

pub const fn variant(&self) -> Nack

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

A non-acknowledge has not been received.

source

pub fn is_value2(&self) -> bool

A non-acknowledge has been received.