pub struct R(/* private fields */);
Expand description
Register pe_cfg0
reader
Implementations§
source§impl R
impl R
sourcepub fn pe0_select(&self) -> PE0_SELECT_R
pub fn pe0_select(&self) -> PE0_SELECT_R
Bits 0:3 - PE0 Select
sourcepub fn pe1_select(&self) -> PE1_SELECT_R
pub fn pe1_select(&self) -> PE1_SELECT_R
Bits 4:7 - PE1 Select
sourcepub fn pe2_select(&self) -> PE2_SELECT_R
pub fn pe2_select(&self) -> PE2_SELECT_R
Bits 8:11 - PE2 Select
sourcepub fn pe3_select(&self) -> PE3_SELECT_R
pub fn pe3_select(&self) -> PE3_SELECT_R
Bits 12:15 - PE3 Select
sourcepub fn pe4_select(&self) -> PE4_SELECT_R
pub fn pe4_select(&self) -> PE4_SELECT_R
Bits 16:19 - PE4 Select
sourcepub fn pe5_select(&self) -> PE5_SELECT_R
pub fn pe5_select(&self) -> PE5_SELECT_R
Bits 20:23 - PE5 Select
sourcepub fn pe6_select(&self) -> PE6_SELECT_R
pub fn pe6_select(&self) -> PE6_SELECT_R
Bits 24:27 - PE6 Select
sourcepub fn pe7_select(&self) -> PE7_SELECT_R
pub fn pe7_select(&self) -> PE7_SELECT_R
Bits 28:31 - PE7 Select
Methods from Deref<Target = R<PE_CFG0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more