PcsW

Type Alias PcsW 

pub type PcsW<'a, REG> = FieldWriter<'a, REG, 2, Pcs, Safe>;
Expand description

Field PCS writer - Peripheral Chip Select

Aliased Type§

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

Implementations§

§

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

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

Transfer using LPSPI_PCS[0]

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

Transfer using LPSPI_PCS[1]

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

Transfer using LPSPI_PCS[2]

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

Transfer using LPSPI_PCS[3]