pub struct W(/* private fields */);
Expand description
Register VMONIO0CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn thresfine(&mut self) -> THRESFINE_W<'_, 8>
pub fn thresfine(&mut self) -> THRESFINE_W<'_, 8>
Bits 8:11 - Threshold Fine Adjust
Sourcepub fn threscoarse(&mut self) -> THRESCOARSE_W<'_, 12>
pub fn threscoarse(&mut self) -> THRESCOARSE_W<'_, 12>
Bits 12:15 - Threshold Coarse Adjust
Methods from Deref<Target = W<VMONIO0CTRL_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