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 osc32ksel(&mut self) -> _OSC32KSELW<'_>
pub fn osc32ksel(&mut self) -> _OSC32KSELW<'_>
Bits 18:19 - 32K oscillator clock select
Sourcepub fn usbvstby(&mut self) -> _USBVSTBYW<'_>
pub fn usbvstby(&mut self) -> _USBVSTBYW<'_>
Bit 29 - USB voltage regulator in standby mode during VLPR and VLPW modes
Sourcepub fn usbsstby(&mut self) -> _USBSSTBYW<'_>
pub fn usbsstby(&mut self) -> _USBSSTBYW<'_>
Bit 30 - USB voltage regulator in standby mode during Stop, VLPS, LLS and VLLS modes.
Sourcepub fn usbregen(&mut self) -> _USBREGENW<'_>
pub fn usbregen(&mut self) -> _USBREGENW<'_>
Bit 31 - USB voltage regulator enable
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