PcsR

Type Alias PcsR 

pub type PcsR = FieldReader<Pcs>;
Expand description

Field PCS reader - Peripheral Chip Select

Aliased Type§

pub struct PcsR { /* private fields */ }

Implementations§

§

impl PcsR

pub const fn variant(&self) -> Pcs

Get enumerated values variant

pub fn is_00(&self) -> bool

Transfer using LPSPI_PCS[0]

pub fn is_01(&self) -> bool

Transfer using LPSPI_PCS[1]

pub fn is_10(&self) -> bool

Transfer using LPSPI_PCS[2]

pub fn is_11(&self) -> bool

Transfer using LPSPI_PCS[3]