EpfW

Type Alias EpfW 

pub type EpfW<'a, REG> = BitWriter<'a, REG, Epf>;
Expand description

Field EPF writer - End Packet Flag

Aliased Type§

pub struct EpfW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> EpfW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Master has not generated a STOP or Repeated START condition.

pub fn _1(self) -> &'a mut W<REG>

Master has generated a STOP or Repeated START condition.