pub struct W(/* private fields */);Expand description
Register VMONAVDDCTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn fallthresfine(&mut self) -> FALLTHRESFINE_W<'_>
pub fn fallthresfine(&mut self) -> FALLTHRESFINE_W<'_>
Bits 8:11 - Falling Threshold Fine Adjust
Sourcepub fn fallthrescoarse(&mut self) -> FALLTHRESCOARSE_W<'_>
pub fn fallthrescoarse(&mut self) -> FALLTHRESCOARSE_W<'_>
Bits 12:15 - Falling Threshold Coarse Adjust
Sourcepub fn risethresfine(&mut self) -> RISETHRESFINE_W<'_>
pub fn risethresfine(&mut self) -> RISETHRESFINE_W<'_>
Bits 16:19 - Rising Threshold Fine Adjust
Sourcepub fn risethrescoarse(&mut self) -> RISETHRESCOARSE_W<'_>
pub fn risethrescoarse(&mut self) -> RISETHRESCOARSE_W<'_>
Bits 20:23 - Rising Threshold Coarse Adjust
Methods from Deref<Target = W<VMONAVDDCTRL_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