Struct esp32c2_hal::pac::rtc_cntl::dig_pwc::R
pub struct R(_);
Expand description
Register DIG_PWC
reader
Implementations§
§impl R
impl R
pub fn vdd_spi_pwr_drv(&self) -> FieldReaderRaw<u8, u8>
pub fn vdd_spi_pwr_drv(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - Need add desc
pub fn vdd_spi_pwr_force(&self) -> BitReaderRaw<bool>
pub fn vdd_spi_pwr_force(&self) -> BitReaderRaw<bool>
Bit 2 - Need add desc
pub fn vdd_spi_pd_en(&self) -> BitReaderRaw<bool>
pub fn vdd_spi_pd_en(&self) -> BitReaderRaw<bool>
Bit 3 - Need add desc
pub fn lslp_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn lslp_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 4 - memories in digital core force PD in sleep
pub fn lslp_mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn lslp_mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 5 - memories in digital core force no PD in sleep
pub fn dg_wrap_force_pd(&self) -> BitReaderRaw<bool>
pub fn dg_wrap_force_pd(&self) -> BitReaderRaw<bool>
Bit 19 - digital core force power down
pub fn dg_wrap_force_pu(&self) -> BitReaderRaw<bool>
pub fn dg_wrap_force_pu(&self) -> BitReaderRaw<bool>
Bit 20 - digital core force power up
pub fn dg_wrap_pd_en(&self) -> BitReaderRaw<bool>
pub fn dg_wrap_pd_en(&self) -> BitReaderRaw<bool>
Bit 31 - Need add desc
Methods from Deref<Target = R<DIG_PWC_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<DIG_PWC_SPEC>> for R
impl From<R<DIG_PWC_SPEC>> for R
§fn from(reader: R<DIG_PWC_SPEC>) -> R
fn from(reader: R<DIG_PWC_SPEC>) -> R
Converts to this type from the input type.