pub struct R(_);
Expand description
Register REG
reader
Implementations
sourceimpl R
impl R
sourcepub fn dig_reg_dbias_slp(&self) -> DIG_REG_DBIAS_SLP_R
pub fn dig_reg_dbias_slp(&self) -> DIG_REG_DBIAS_SLP_R
Bits 8:10 - Configures the regulation factor for the digital system voltage regulator when the CPU is in sleep status.
sourcepub fn dig_reg_dbias_wak(&self) -> DIG_REG_DBIAS_WAK_R
pub fn dig_reg_dbias_wak(&self) -> DIG_REG_DBIAS_WAK_R
Bits 11:13 - Configures the regulation factor for the digital system voltage regulator when the CPU is in active status.
sourcepub fn sck_dcap(&self) -> SCK_DCAP_R
pub fn sck_dcap(&self) -> SCK_DCAP_R
Bits 14:21 - Configures the frequency of the RTC clocks.
sourcepub fn dbias_slp(&self) -> DBIAS_SLP_R
pub fn dbias_slp(&self) -> DBIAS_SLP_R
Bits 22:24 - Configures the regulation factor for the low-power voltage regulator when the CPU is in sleep status.
sourcepub fn dbias_wak(&self) -> DBIAS_WAK_R
pub fn dbias_wak(&self) -> DBIAS_WAK_R
Bits 25:27 - Configures the regulation factor for the low-power voltage regulator when the CPU is in active status.
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 - Set this bit to FPD the RTC_REG, which means decreasing its voltage to 0.8 V or lower.
sourcepub fn regulator_force_pu(&self) -> REGULATOR_FORCE_PU_R
pub fn regulator_force_pu(&self) -> REGULATOR_FORCE_PU_R
Bit 31 - Set this bit to FPU the RTC_REG.
Methods from Deref<Target = R<REG_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