pub struct R(_);
Expand description
Register REG
reader
Implementations§
source§impl R
impl R
sourcepub fn sck_dcap_force(&self) -> SCK_DCAP_FORCE_R
pub fn sck_dcap_force(&self) -> SCK_DCAP_FORCE_R
Bit 7 - N/A
sourcepub fn dig_dbias_slp(&self) -> DIG_DBIAS_SLP_R
pub fn dig_dbias_slp(&self) -> DIG_DBIAS_SLP_R
Bits 8:10 - DIG_REG_DBIAS during sleep
sourcepub fn dig_dbias_wak(&self) -> DIG_DBIAS_WAK_R
pub fn dig_dbias_wak(&self) -> DIG_DBIAS_WAK_R
Bits 11:13 - DIG_REG_DBIAS during wakeup
sourcepub fn sck_dcap(&self) -> SCK_DCAP_R
pub fn sck_dcap(&self) -> SCK_DCAP_R
Bits 14:21 - SCK_DCAP
sourcepub fn dbias_slp(&self) -> DBIAS_SLP_R
pub fn dbias_slp(&self) -> DBIAS_SLP_R
Bits 22:24 - RTC_DBIAS during sleep
sourcepub fn dbias_wak(&self) -> DBIAS_WAK_R
pub fn dbias_wak(&self) -> DBIAS_WAK_R
Bits 25:27 - RTC_DBIAS during wakeup
sourcepub fn dboost_force_pd(&self) -> DBOOST_FORCE_PD_R
pub fn dboost_force_pd(&self) -> DBOOST_FORCE_PD_R
Bit 28 - RTC_DBOOST force power down
sourcepub fn dboost_force_pu(&self) -> DBOOST_FORCE_PU_R
pub fn dboost_force_pu(&self) -> DBOOST_FORCE_PU_R
Bit 29 - RTC_DBOOST force power up
sourcepub fn force_pd(&self) -> FORCE_PD_R
pub fn force_pd(&self) -> FORCE_PD_R
Bit 30 - RTC_REG force power down (for RTC_REG power down means decrease the voltage to 0.8v or lower )
sourcepub fn force_pu(&self) -> FORCE_PU_R
pub fn force_pu(&self) -> FORCE_PU_R
Bit 31 - RTC_REG force power up
Methods from Deref<Target = R<REG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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