pub struct W(/* private fields */);
Expand description
Register pd_cfg0
writer
Implementations§
source§impl W
impl W
sourcepub fn pd0_select(&mut self) -> PD0_SELECT_W<'_, 0>
pub fn pd0_select(&mut self) -> PD0_SELECT_W<'_, 0>
Bits 0:3 - PD0 Select
sourcepub fn pd1_select(&mut self) -> PD1_SELECT_W<'_, 4>
pub fn pd1_select(&mut self) -> PD1_SELECT_W<'_, 4>
Bits 4:7 - PD1 Select
sourcepub fn pd2_select(&mut self) -> PD2_SELECT_W<'_, 8>
pub fn pd2_select(&mut self) -> PD2_SELECT_W<'_, 8>
Bits 8:11 - PD2 Select
sourcepub fn pd3_select(&mut self) -> PD3_SELECT_W<'_, 12>
pub fn pd3_select(&mut self) -> PD3_SELECT_W<'_, 12>
Bits 12:15 - PD3 Select
sourcepub fn pd4_select(&mut self) -> PD4_SELECT_W<'_, 16>
pub fn pd4_select(&mut self) -> PD4_SELECT_W<'_, 16>
Bits 16:19 - PD4 Select
sourcepub fn pd5_select(&mut self) -> PD5_SELECT_W<'_, 20>
pub fn pd5_select(&mut self) -> PD5_SELECT_W<'_, 20>
Bits 20:23 - PD5 Select
sourcepub fn pd6_select(&mut self) -> PD6_SELECT_W<'_, 24>
pub fn pd6_select(&mut self) -> PD6_SELECT_W<'_, 24>
Bits 24:27 - PD6 Select
sourcepub fn pd7_select(&mut self) -> PD7_SELECT_W<'_, 28>
pub fn pd7_select(&mut self) -> PD7_SELECT_W<'_, 28>
Bits 28:31 - PD7 Select
Methods from Deref<Target = W<PD_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