pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn pvme4(&mut self) -> _PVME4W<'_>
pub fn pvme4(&mut self) -> _PVME4W<'_>
Bit 7 - Peripheral voltage monitoring 4 enable: VDDA vs. 2.2V
Sourcepub fn pvme3(&mut self) -> _PVME3W<'_>
pub fn pvme3(&mut self) -> _PVME3W<'_>
Bit 6 - Peripheral voltage monitoring 3 enable: VDDA vs. 1.62V
Sourcepub fn pvme2(&mut self) -> _PVME2W<'_>
pub fn pvme2(&mut self) -> _PVME2W<'_>
Bit 5 - Peripheral voltage monitoring 2 enable: VDDIO2 vs. 0.9V
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