PcscfgW

Type Alias PcscfgW 

pub type PcscfgW<'a, REG> = BitWriter<'a, REG, Pcscfg>;
Expand description

Field PCSCFG writer - Peripheral Chip Select Configuration

Aliased Type§

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

Implementations§

§

impl<'a, REG> PcscfgW<'a, REG>
where REG: Writable + RegisterSpec,

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

PCS[3:2] are enabled.

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

PCS[3:2] are disabled.