pub struct R(/* private fields */);Expand description
Register CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn em2block(&self) -> EM2BLOCK_R
pub fn em2block(&self) -> EM2BLOCK_R
Bit 1 - Energy Mode 2 Block
Sourcepub fn em2boddis(&self) -> EM2BODDIS_R
pub fn em2boddis(&self) -> EM2BODDIS_R
Bit 2 - Disable BOD in EM2
Sourcepub fn em23vscaleautowsen(&self) -> EM23VSCALEAUTOWSEN_R
pub fn em23vscaleautowsen(&self) -> EM23VSCALEAUTOWSEN_R
Bit 4 - Automatically Configures Flash and Frequency to Wakeup From EM2 or EM3 at Low Voltage
Sourcepub fn em23vscale(&self) -> EM23VSCALE_R
pub fn em23vscale(&self) -> EM23VSCALE_R
Bits 8:9 - EM23 Voltage Scale
Sourcepub fn em4hvscale(&self) -> EM4HVSCALE_R
pub fn em4hvscale(&self) -> EM4HVSCALE_R
Bits 16:17 - EM4H Voltage Scale
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