PcspolR

Type Alias PcspolR 

pub type PcspolR = FieldReader<Pcspol>;
Expand description

Field PCSPOL reader - Peripheral Chip Select Polarity

Aliased Type§

pub struct PcspolR { /* private fields */ }

Implementations§

§

impl PcspolR

pub const fn variant(&self) -> Option<Pcspol>

Get enumerated values variant

pub fn is_0000(&self) -> bool

The PCSx is active low.

pub fn is_0001(&self) -> bool

The PCSx is active high.