pub struct W(_);Expand description
Register RTC writer
Implementations§
source§impl W
 
impl W
sourcepub fn dig_reg_cal_en(&mut self) -> DIG_REG_CAL_EN_W<'_, 7>
 
pub fn dig_reg_cal_en(&mut self) -> DIG_REG_CAL_EN_W<'_, 7>
Bit 7 - enable dig regulator cali
sourcepub fn sck_dcap(&mut self) -> SCK_DCAP_W<'_, 14>
 
pub fn sck_dcap(&mut self) -> SCK_DCAP_W<'_, 14>
Bits 14:21 - SCK_DCAP
sourcepub fn dboost_force_pd(&mut self) -> DBOOST_FORCE_PD_W<'_, 28>
 
pub fn dboost_force_pd(&mut self) -> DBOOST_FORCE_PD_W<'_, 28>
Bit 28 - RTC_DBOOST force power down
sourcepub fn dboost_force_pu(&mut self) -> DBOOST_FORCE_PU_W<'_, 29>
 
pub fn dboost_force_pu(&mut self) -> DBOOST_FORCE_PU_W<'_, 29>
Bit 29 - RTC_DBOOST force power up
sourcepub fn regulator_force_pd(&mut self) -> REGULATOR_FORCE_PD_W<'_, 30>
 
pub fn regulator_force_pd(&mut self) -> REGULATOR_FORCE_PD_W<'_, 30>
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(&mut self) -> REGULATOR_FORCE_PU_W<'_, 31>
 
pub fn regulator_force_pu(&mut self) -> REGULATOR_FORCE_PU_W<'_, 31>
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 = W<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