Struct esp32::rtc_cntl::dig_pwc::R

source ·
pub struct R(_);
Expand description

Register DIG_PWC reader

Implementations§

source§

impl R

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 no PD in sleep

source

pub fn rom0_force_pd(&self) -> ROM0_FORCE_PD_R

Bit 5 - ROM force power down

source

pub fn rom0_force_pu(&self) -> ROM0_FORCE_PU_R

Bit 6 - ROM force power up

source

pub fn inter_ram0_force_pd(&self) -> INTER_RAM0_FORCE_PD_R

Bit 7 - internal SRAM 0 force power down

source

pub fn inter_ram0_force_pu(&self) -> INTER_RAM0_FORCE_PU_R

Bit 8 - internal SRAM 0 force power up

source

pub fn inter_ram1_force_pd(&self) -> INTER_RAM1_FORCE_PD_R

Bit 9 - internal SRAM 1 force power down

source

pub fn inter_ram1_force_pu(&self) -> INTER_RAM1_FORCE_PU_R

Bit 10 - internal SRAM 1 force power up

source

pub fn inter_ram2_force_pd(&self) -> INTER_RAM2_FORCE_PD_R

Bit 11 - internal SRAM 2 force power down

source

pub fn inter_ram2_force_pu(&self) -> INTER_RAM2_FORCE_PU_R

Bit 12 - internal SRAM 2 force power up

source

pub fn inter_ram3_force_pd(&self) -> INTER_RAM3_FORCE_PD_R

Bit 13 - internal SRAM 3 force power down

source

pub fn inter_ram3_force_pu(&self) -> INTER_RAM3_FORCE_PU_R

Bit 14 - internal SRAM 3 force power up

source

pub fn inter_ram4_force_pd(&self) -> INTER_RAM4_FORCE_PD_R

Bit 15 - internal SRAM 4 force power down

source

pub fn inter_ram4_force_pu(&self) -> INTER_RAM4_FORCE_PU_R

Bit 16 - internal SRAM 4 force power up

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 rom0_pd_en(&self) -> ROM0_PD_EN_R

Bit 24 - enable power down ROM in sleep

source

pub fn inter_ram0_pd_en(&self) -> INTER_RAM0_PD_EN_R

Bit 25 - enable power down internal SRAM 0 in sleep

source

pub fn inter_ram1_pd_en(&self) -> INTER_RAM1_PD_EN_R

Bit 26 - enable power down internal SRAM 1 in sleep

source

pub fn inter_ram2_pd_en(&self) -> INTER_RAM2_PD_EN_R

Bit 27 - enable power down internal SRAM 2 in sleep

source

pub fn inter_ram3_pd_en(&self) -> INTER_RAM3_PD_EN_R

Bit 28 - enable power down internal SRAM 3 in sleep

source

pub fn inter_ram4_pd_en(&self) -> INTER_RAM4_PD_EN_R

Bit 29 - enable power down internal SRAM 4 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 core 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.