RsfW

Type Alias RsfW 

pub type RsfW<'a, REG> = BitWriter<'a, REG, Rsf>;
Expand description

Field RSF writer - Repeated Start Flag

Aliased Type§

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

Implementations§

§

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

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

Slave has not detected a Repeated START condition.

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

Slave has detected a Repeated START condition.