CpolR

Type Alias CpolR 

pub type CpolR = BitReader<Cpol>;
Expand description

Field CPOL reader - Clock Polarity

Aliased Type§

pub struct CpolR { /* private fields */ }

Implementations§

§

impl CpolR

pub const fn variant(&self) -> Cpol

Get enumerated values variant

pub fn is_0(&self) -> bool

The inactive state value of SCK is low.

pub fn is_1(&self) -> bool

The inactive state value of SCK is high.