pub struct W(/* private fields */);
Expand description
Register pe_cfg1
writer
Implementations§
source§impl W
impl W
sourcepub fn pe8_select(&mut self) -> PE8_SELECT_W<'_, 0>
pub fn pe8_select(&mut self) -> PE8_SELECT_W<'_, 0>
Bits 0:3 - PE8 Select
sourcepub fn pe9_select(&mut self) -> PE9_SELECT_W<'_, 4>
pub fn pe9_select(&mut self) -> PE9_SELECT_W<'_, 4>
Bits 4:7 - PE9 Select
sourcepub fn pe10_select(&mut self) -> PE10_SELECT_W<'_, 8>
pub fn pe10_select(&mut self) -> PE10_SELECT_W<'_, 8>
Bits 8:11 - PE10 Select
sourcepub fn pe11_select(&mut self) -> PE11_SELECT_W<'_, 12>
pub fn pe11_select(&mut self) -> PE11_SELECT_W<'_, 12>
Bits 12:15 - PE11 Select
sourcepub fn pe12_select(&mut self) -> PE12_SELECT_W<'_, 16>
pub fn pe12_select(&mut self) -> PE12_SELECT_W<'_, 16>
Bits 16:19 - PE12 Select
sourcepub fn pe13_select(&mut self) -> PE13_SELECT_W<'_, 20>
pub fn pe13_select(&mut self) -> PE13_SELECT_W<'_, 20>
Bits 20:23 - PE13 Select
sourcepub fn pe14_select(&mut self) -> PE14_SELECT_W<'_, 24>
pub fn pe14_select(&mut self) -> PE14_SELECT_W<'_, 24>
Bits 24:27 - PE14 Select
sourcepub fn pe15_select(&mut self) -> PE15_SELECT_W<'_, 28>
pub fn pe15_select(&mut self) -> PE15_SELECT_W<'_, 28>
Bits 28:31 - PE15 Select
Methods from Deref<Target = W<PE_CFG1_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