CpolW

Type Alias CpolW 

pub type CpolW<'a, REG> = BitWriter<'a, REG, Cpol>;
Expand description

Field CPOL writer - Clock Polarity

Aliased Type§

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

Implementations§

§

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

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

The inactive state value of SCK is low.

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

The inactive state value of SCK is high.