Struct esp32c3::rtc_cntl::dig_pwc::R

source ·
pub struct R(_);
Expand description

Register DIG_PWC reader

Implementations§

source§

impl R

source

pub fn vdd_spi_pwr_drv(&self) -> VDD_SPI_PWR_DRV_R

Bits 0:1 - vdd_spi drv’s software value

source

pub fn vdd_spi_pwr_force(&self) -> VDD_SPI_PWR_FORCE_R

Bit 2 - vdd_spi drv use software value

source

pub fn lslp_mem_force_pd(&self) -> LSLP_MEM_FORCE_PD_R

Bit 3 - memories in digital core force PD in sleep

source

pub fn lslp_mem_force_pu(&self) -> LSLP_MEM_FORCE_PU_R

Bit 4 - memories in digital core force PU in sleep

source

pub fn bt_force_pd(&self) -> BT_FORCE_PD_R

Bit 11 - bt force power down

source

pub fn bt_force_pu(&self) -> BT_FORCE_PU_R

Bit 12 - bt force power up

source

pub fn dg_peri_force_pd(&self) -> DG_PERI_FORCE_PD_R

Bit 13 - digital peri force power down

source

pub fn dg_peri_force_pu(&self) -> DG_PERI_FORCE_PU_R

Bit 14 - digital peri force power up

source

pub fn fastmem_force_lpd(&self) -> FASTMEM_FORCE_LPD_R

Bit 15 - fastmemory retention mode in sleep

source

pub fn fastmem_force_lpu(&self) -> FASTMEM_FORCE_LPU_R

Bit 16 - fastmemory donlt entry retention mode in sleep

source

pub fn wifi_force_pd(&self) -> WIFI_FORCE_PD_R

Bit 17 - wifi force power down

source

pub fn wifi_force_pu(&self) -> WIFI_FORCE_PU_R

Bit 18 - wifi force power up

source

pub fn dg_wrap_force_pd(&self) -> DG_WRAP_FORCE_PD_R

Bit 19 - digital core force power down

source

pub fn dg_wrap_force_pu(&self) -> DG_WRAP_FORCE_PU_R

Bit 20 - digital core force power up

source

pub fn cpu_top_force_pd(&self) -> CPU_TOP_FORCE_PD_R

Bit 21 - cpu core force power down

source

pub fn cpu_top_force_pu(&self) -> CPU_TOP_FORCE_PU_R

Bit 22 - cpu force power up

source

pub fn bt_pd_en(&self) -> BT_PD_EN_R

Bit 27 - enable power down bt in sleep

source

pub fn dg_peri_pd_en(&self) -> DG_PERI_PD_EN_R

Bit 28 - enable power down digital peri in sleep

source

pub fn cpu_top_pd_en(&self) -> CPU_TOP_PD_EN_R

Bit 29 - enable power down cpu in sleep

source

pub fn wifi_pd_en(&self) -> WIFI_PD_EN_R

Bit 30 - enable power down wifi in sleep

source

pub fn dg_wrap_pd_en(&self) -> DG_WRAP_PD_EN_R

Bit 31 - enable power down digital wrap in sleep

Methods from Deref<Target = R<DIG_PWC_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<DIG_PWC_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<DIG_PWC_SPEC>> for R

source§

fn from(reader: R<DIG_PWC_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.