CphaR

Type Alias CphaR 

pub type CphaR = BitReader<Cpha>;
Expand description

Field CPHA reader - Clock Phase

Aliased Type§

pub struct CphaR { /* private fields */ }

Implementations§

§

impl CphaR

pub const fn variant(&self) -> Cpha

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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