pub struct R(_);
Expand description
Register RTC
reader
Implementations
sourceimpl 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 - Need add desc
sourcepub fn sck_dcap(&self) -> SCK_DCAP_R
pub fn sck_dcap(&self) -> SCK_DCAP_R
Bits 14:21 - SCK_DCAP
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 - Need add desc
Methods from Deref<Target = R<RTC_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more