Struct esp32s3_hal::pac::rtc_cntl::rtc::R
pub struct R(_);
Expand description
Register RTC
reader
Implementations§
§impl R
impl R
pub fn dig_reg_cal_en(&self) -> BitReaderRaw<bool>
pub fn dig_reg_cal_en(&self) -> BitReaderRaw<bool>
Bit 7 - enable dig regulator cali
pub fn dboost_force_pd(&self) -> BitReaderRaw<bool>
pub fn dboost_force_pd(&self) -> BitReaderRaw<bool>
Bit 28 - RTC_DBOOST force power down
pub fn dboost_force_pu(&self) -> BitReaderRaw<bool>
pub fn dboost_force_pu(&self) -> BitReaderRaw<bool>
Bit 29 - RTC_DBOOST force power up
pub fn regulator_force_pd(&self) -> BitReaderRaw<bool>
pub fn regulator_force_pd(&self) -> BitReaderRaw<bool>
Bit 30 - RTC_REG force power down (for RTC_REG power down means decrease the voltage to 0.8v or lower )
pub fn regulator_force_pu(&self) -> BitReaderRaw<bool>
pub fn regulator_force_pu(&self) -> BitReaderRaw<bool>
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>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.