pub struct R(/* private fields */);
Expand description
Register pe_cfg1
reader
Implementations§
source§impl R
impl R
sourcepub fn pe8_select(&self) -> PE8_SELECT_R
pub fn pe8_select(&self) -> PE8_SELECT_R
Bits 0:3 - PE8 Select
sourcepub fn pe9_select(&self) -> PE9_SELECT_R
pub fn pe9_select(&self) -> PE9_SELECT_R
Bits 4:7 - PE9 Select
sourcepub fn pe10_select(&self) -> PE10_SELECT_R
pub fn pe10_select(&self) -> PE10_SELECT_R
Bits 8:11 - PE10 Select
sourcepub fn pe11_select(&self) -> PE11_SELECT_R
pub fn pe11_select(&self) -> PE11_SELECT_R
Bits 12:15 - PE11 Select
sourcepub fn pe12_select(&self) -> PE12_SELECT_R
pub fn pe12_select(&self) -> PE12_SELECT_R
Bits 16:19 - PE12 Select
sourcepub fn pe13_select(&self) -> PE13_SELECT_R
pub fn pe13_select(&self) -> PE13_SELECT_R
Bits 20:23 - PE13 Select
sourcepub fn pe14_select(&self) -> PE14_SELECT_R
pub fn pe14_select(&self) -> PE14_SELECT_R
Bits 24:27 - PE14 Select
sourcepub fn pe15_select(&self) -> PE15_SELECT_R
pub fn pe15_select(&self) -> PE15_SELECT_R
Bits 28:31 - PE15 Select
Methods from Deref<Target = R<PE_CFG1_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