pub struct W(/* private fields */);
Expand description
Register pd_cfg1
writer
Implementations§
source§impl W
impl W
sourcepub fn pd8_select(&mut self) -> PD8_SELECT_W<'_, 0>
pub fn pd8_select(&mut self) -> PD8_SELECT_W<'_, 0>
Bits 0:3 - PD8 Select
sourcepub fn pd9_select(&mut self) -> PD9_SELECT_W<'_, 4>
pub fn pd9_select(&mut self) -> PD9_SELECT_W<'_, 4>
Bits 4:7 - PD9 Select
sourcepub fn pd10_select(&mut self) -> PD10_SELECT_W<'_, 8>
pub fn pd10_select(&mut self) -> PD10_SELECT_W<'_, 8>
Bits 8:11 - PD10 Select
sourcepub fn pd11_select(&mut self) -> PD11_SELECT_W<'_, 12>
pub fn pd11_select(&mut self) -> PD11_SELECT_W<'_, 12>
Bits 12:15 - PD11 Select
sourcepub fn pd12_select(&mut self) -> PD12_SELECT_W<'_, 16>
pub fn pd12_select(&mut self) -> PD12_SELECT_W<'_, 16>
Bits 16:19 - PD12 Select
sourcepub fn pd13_select(&mut self) -> PD13_SELECT_W<'_, 20>
pub fn pd13_select(&mut self) -> PD13_SELECT_W<'_, 20>
Bits 20:23 - PD13 Select
sourcepub fn pd14_select(&mut self) -> PD14_SELECT_W<'_, 24>
pub fn pd14_select(&mut self) -> PD14_SELECT_W<'_, 24>
Bits 24:27 - PD14 Select
sourcepub fn pd15_select(&mut self) -> PD15_SELECT_W<'_, 28>
pub fn pd15_select(&mut self) -> PD15_SELECT_W<'_, 28>
Bits 28:31 - PD15 Select
Methods from Deref<Target = W<PD_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