pub struct R(/* private fields */);Expand description
Register CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn em2dbgen(&self) -> EM2DBGEN_R
pub fn em2dbgen(&self) -> EM2DBGEN_R
Bit 0 - Enable debugging in EM2
Sourcepub fn tempavgnum(&self) -> TEMPAVGNUM_R
pub fn tempavgnum(&self) -> TEMPAVGNUM_R
Bit 3 - Averaged Temperature samples num
Sourcepub fn em23vscale(&self) -> EM23VSCALE_R
pub fn em23vscale(&self) -> EM23VSCALE_R
Bits 8:9 - EM2/EM3 Vscale
Sourcepub fn flashpwrupondemand(&self) -> FLASHPWRUPONDEMAND_R
pub fn flashpwrupondemand(&self) -> FLASHPWRUPONDEMAND_R
Bit 16 - Enable flash on demand wakeup
Sourcepub fn efpdirectmodeen(&self) -> EFPDIRECTMODEEN_R
pub fn efpdirectmodeen(&self) -> EFPDIRECTMODEEN_R
Bit 29 - EFP Direct Mode Enable
Sourcepub fn efpdrvdecouple(&self) -> EFPDRVDECOUPLE_R
pub fn efpdrvdecouple(&self) -> EFPDRVDECOUPLE_R
Bit 30 - EFP drives DECOUPLE
Sourcepub fn efpdrvdvdd(&self) -> EFPDRVDVDD_R
pub fn efpdrvdvdd(&self) -> EFPDRVDVDD_R
Bit 31 - EFP drives DVDD
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