IgnackR

Type Alias IgnackR 

pub type IgnackR = BitReader<Ignack>;
Expand description

Field IGNACK reader - Ignore NACK

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

Slave will end transfer when NACK detected.

pub fn is_1(&self) -> bool

Slave will not end transfer when NACK detected.