pub struct W(/* private fields */);
Expand description
Register pd_cfg2
writer
Implementations§
source§impl W
impl W
sourcepub fn pd16_select(&mut self) -> PD16_SELECT_W<'_, 0>
pub fn pd16_select(&mut self) -> PD16_SELECT_W<'_, 0>
Bits 0:3 - PD16 Select
sourcepub fn pd17_select(&mut self) -> PD17_SELECT_W<'_, 4>
pub fn pd17_select(&mut self) -> PD17_SELECT_W<'_, 4>
Bits 4:7 - PD17 Select
sourcepub fn pd18_select(&mut self) -> PD18_SELECT_W<'_, 8>
pub fn pd18_select(&mut self) -> PD18_SELECT_W<'_, 8>
Bits 8:11 - PD18 Select
sourcepub fn pd19_select(&mut self) -> PD19_SELECT_W<'_, 12>
pub fn pd19_select(&mut self) -> PD19_SELECT_W<'_, 12>
Bits 12:15 - PD19 Select
sourcepub fn pd20_select(&mut self) -> PD20_SELECT_W<'_, 16>
pub fn pd20_select(&mut self) -> PD20_SELECT_W<'_, 16>
Bits 16:19 - PD20 Select
sourcepub fn pd21_select(&mut self) -> PD21_SELECT_W<'_, 20>
pub fn pd21_select(&mut self) -> PD21_SELECT_W<'_, 20>
Bits 20:23 - PD21 Select
sourcepub fn pd22_select(&mut self) -> PD22_SELECT_W<'_, 24>
pub fn pd22_select(&mut self) -> PD22_SELECT_W<'_, 24>
Bits 24:27 - PD22 Select
Methods from Deref<Target = W<PD_CFG2_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