SdfW

Type Alias SdfW 

pub type SdfW<'a, REG> = BitWriter<'a, REG, Sdf>;
Expand description

Field SDF writer - STOP Detect Flag

Aliased Type§

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

Implementations§

§

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

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

Master has not generated a STOP condition.

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

Master has generated a STOP condition.