pub struct W(/* private fields */);
Expand description
Register pe_cfg0
writer
Implementations§
source§impl W
impl W
sourcepub fn pe0_select(&mut self) -> PE0_SELECT_W<'_, 0>
pub fn pe0_select(&mut self) -> PE0_SELECT_W<'_, 0>
Bits 0:3 - PE0 Select
sourcepub fn pe1_select(&mut self) -> PE1_SELECT_W<'_, 4>
pub fn pe1_select(&mut self) -> PE1_SELECT_W<'_, 4>
Bits 4:7 - PE1 Select
sourcepub fn pe2_select(&mut self) -> PE2_SELECT_W<'_, 8>
pub fn pe2_select(&mut self) -> PE2_SELECT_W<'_, 8>
Bits 8:11 - PE2 Select
sourcepub fn pe3_select(&mut self) -> PE3_SELECT_W<'_, 12>
pub fn pe3_select(&mut self) -> PE3_SELECT_W<'_, 12>
Bits 12:15 - PE3 Select
sourcepub fn pe4_select(&mut self) -> PE4_SELECT_W<'_, 16>
pub fn pe4_select(&mut self) -> PE4_SELECT_W<'_, 16>
Bits 16:19 - PE4 Select
sourcepub fn pe5_select(&mut self) -> PE5_SELECT_W<'_, 20>
pub fn pe5_select(&mut self) -> PE5_SELECT_W<'_, 20>
Bits 20:23 - PE5 Select
sourcepub fn pe6_select(&mut self) -> PE6_SELECT_W<'_, 24>
pub fn pe6_select(&mut self) -> PE6_SELECT_W<'_, 24>
Bits 24:27 - PE6 Select
sourcepub fn pe7_select(&mut self) -> PE7_SELECT_W<'_, 28>
pub fn pe7_select(&mut self) -> PE7_SELECT_W<'_, 28>
Bits 28:31 - PE7 Select
Methods from Deref<Target = W<PE_CFG0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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