PcscfgR

Type Alias PcscfgR 

pub type PcscfgR = BitReader<Pcscfg>;
Expand description

Field PCSCFG reader - Peripheral Chip Select Configuration

Aliased Type§

pub struct PcscfgR { /* private fields */ }

Implementations§

§

impl PcscfgR

pub const fn variant(&self) -> Pcscfg

Get enumerated values variant

pub fn is_0(&self) -> bool

PCS[3:2] are enabled.

pub fn is_1(&self) -> bool

PCS[3:2] are disabled.