EpfR

Type Alias EpfR 

pub type EpfR = BitReader<Epf>;
Expand description

Field EPF reader - End Packet Flag

Aliased Type§

pub struct EpfR { /* private fields */ }

Implementations§

§

impl EpfR

pub const fn variant(&self) -> Epf

Get enumerated values variant

pub fn is_0(&self) -> bool

Master has not generated a STOP or Repeated START condition.

pub fn is_1(&self) -> bool

Master has generated a STOP or Repeated START condition.