pub struct R(_);
Expand description
Register RTC
reader
Implementations§
source§impl R
impl R
sourcepub fn dig_reg_cal_en(&self) -> DIG_REG_CAL_EN_R
pub fn dig_reg_cal_en(&self) -> DIG_REG_CAL_EN_R
Bit 7 - enable dig regulator cali
sourcepub fn sck_dcap(&self) -> SCK_DCAP_R
pub fn sck_dcap(&self) -> SCK_DCAP_R
Bits 14:21 - SCK_DCAP
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 regulator_force_pd(&self) -> REGULATOR_FORCE_PD_R
pub fn regulator_force_pd(&self) -> REGULATOR_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 regulator_force_pu(&self) -> REGULATOR_FORCE_PU_R
pub fn regulator_force_pu(&self) -> REGULATOR_FORCE_PU_R
Bit 31 - RTC_REG force power on (for RTC_REG power down means decrease the voltage to 0.8v or lower )
Methods from Deref<Target = R<RTC_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