PcspolW

Type Alias PcspolW 

pub type PcspolW<'a, REG> = FieldWriter<'a, REG, 4, Pcspol>;
Expand description

Field PCSPOL writer - Peripheral Chip Select Polarity

Aliased Type§

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

Implementations§

§

impl<'a, REG> PcspolW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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

The PCSx is active low.

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

The PCSx is active high.