pub type CphaW<'a, REG> = BitWriter<'a, REG, Cpha>;
Field CPHA writer - Clock Phase
CPHA
pub struct CphaW<'a, REG> { /* private fields */ }
Data is captured on the leading edge of SCK and changed on the following edge.
Data is changed on the leading edge of SCK and captured on the following edge.