pub struct W(/* private fields */);Expand description
Register DCDCLPCTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn lpcmphyssel(&mut self) -> LPCMPHYSSEL_W<'_>
pub fn lpcmphyssel(&mut self) -> LPCMPHYSSEL_W<'_>
Bits 12:15 - LP Mode Hysteresis Selection
Sourcepub fn lpvrefdutyen(&mut self) -> LPVREFDUTYEN_W<'_>
pub fn lpvrefdutyen(&mut self) -> LPVREFDUTYEN_W<'_>
Bit 24 - LP Mode Duty Cycling Enable
Methods from Deref<Target = W<DCDCLPCTRL_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