IgnackR

Type Alias IgnackR 

pub type IgnackR = BitReader<Ignack>;
Expand description

Field IGNACK reader - IGNACK

Aliased Type§

pub struct IgnackR { /* private fields */ }

Implementations§

§

impl IgnackR

pub const fn variant(&self) -> Ignack

Get enumerated values variant

pub fn is_0(&self) -> bool

LPI2C Master will receive ACK and NACK normally.

pub fn is_1(&self) -> bool

LPI2C Master will treat a received NACK as if it was an ACK.