CphaW

Type Alias CphaW 

pub type CphaW<'a, REG> = BitWriter<'a, REG, Cpha>;
Expand description

Field CPHA writer - Clock Phase

Aliased Type§

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

Implementations§

§

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

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

Data is captured on the leading edge of SCK and changed on the following edge.

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

Data is changed on the leading edge of SCK and captured on the following edge.