pub struct R(/* private fields */);Expand description
Register VMONAVDDCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn fallthresfine(&self) -> FALLTHRESFINE_R
pub fn fallthresfine(&self) -> FALLTHRESFINE_R
Bits 8:11 - Falling Threshold Fine Adjust
Sourcepub fn fallthrescoarse(&self) -> FALLTHRESCOARSE_R
pub fn fallthrescoarse(&self) -> FALLTHRESCOARSE_R
Bits 12:15 - Falling Threshold Coarse Adjust
Sourcepub fn risethresfine(&self) -> RISETHRESFINE_R
pub fn risethresfine(&self) -> RISETHRESFINE_R
Bits 16:19 - Rising Threshold Fine Adjust
Sourcepub fn risethrescoarse(&self) -> RISETHRESCOARSE_R
pub fn risethrescoarse(&self) -> RISETHRESCOARSE_R
Bits 20:23 - Rising Threshold Coarse Adjust
Methods from Deref<Target = R<VMONAVDDCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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