pub struct R(_);
Expand description
Register DIG_PWC
reader
Implementations
sourceimpl R
impl R
sourcepub fn lslp_mem_force_pd(&self) -> LSLP_MEM_FORCE_PD_R
pub fn lslp_mem_force_pd(&self) -> LSLP_MEM_FORCE_PD_R
Bit 3 - memories in digital core force PD in sleep
sourcepub fn lslp_mem_force_pu(&self) -> LSLP_MEM_FORCE_PU_R
pub fn lslp_mem_force_pu(&self) -> LSLP_MEM_FORCE_PU_R
Bit 4 - memories in digital core force no PD in sleep
sourcepub fn rom0_force_pd(&self) -> ROM0_FORCE_PD_R
pub fn rom0_force_pd(&self) -> ROM0_FORCE_PD_R
Bit 5 - ROM force power down
sourcepub fn rom0_force_pu(&self) -> ROM0_FORCE_PU_R
pub fn rom0_force_pu(&self) -> ROM0_FORCE_PU_R
Bit 6 - ROM force power up
sourcepub fn inter_ram0_force_pd(&self) -> INTER_RAM0_FORCE_PD_R
pub fn inter_ram0_force_pd(&self) -> INTER_RAM0_FORCE_PD_R
Bit 7 - internal SRAM 0 force power down
sourcepub fn inter_ram0_force_pu(&self) -> INTER_RAM0_FORCE_PU_R
pub fn inter_ram0_force_pu(&self) -> INTER_RAM0_FORCE_PU_R
Bit 8 - internal SRAM 0 force power up
sourcepub fn inter_ram1_force_pd(&self) -> INTER_RAM1_FORCE_PD_R
pub fn inter_ram1_force_pd(&self) -> INTER_RAM1_FORCE_PD_R
Bit 9 - internal SRAM 1 force power down
sourcepub fn inter_ram1_force_pu(&self) -> INTER_RAM1_FORCE_PU_R
pub fn inter_ram1_force_pu(&self) -> INTER_RAM1_FORCE_PU_R
Bit 10 - internal SRAM 1 force power up
sourcepub fn inter_ram2_force_pd(&self) -> INTER_RAM2_FORCE_PD_R
pub fn inter_ram2_force_pd(&self) -> INTER_RAM2_FORCE_PD_R
Bit 11 - internal SRAM 2 force power down
sourcepub fn inter_ram2_force_pu(&self) -> INTER_RAM2_FORCE_PU_R
pub fn inter_ram2_force_pu(&self) -> INTER_RAM2_FORCE_PU_R
Bit 12 - internal SRAM 2 force power up
sourcepub fn inter_ram3_force_pd(&self) -> INTER_RAM3_FORCE_PD_R
pub fn inter_ram3_force_pd(&self) -> INTER_RAM3_FORCE_PD_R
Bit 13 - internal SRAM 3 force power down
sourcepub fn inter_ram3_force_pu(&self) -> INTER_RAM3_FORCE_PU_R
pub fn inter_ram3_force_pu(&self) -> INTER_RAM3_FORCE_PU_R
Bit 14 - internal SRAM 3 force power up
sourcepub fn inter_ram4_force_pd(&self) -> INTER_RAM4_FORCE_PD_R
pub fn inter_ram4_force_pd(&self) -> INTER_RAM4_FORCE_PD_R
Bit 15 - internal SRAM 4 force power down
sourcepub fn inter_ram4_force_pu(&self) -> INTER_RAM4_FORCE_PU_R
pub fn inter_ram4_force_pu(&self) -> INTER_RAM4_FORCE_PU_R
Bit 16 - internal SRAM 4 force power up
sourcepub fn wifi_force_pd(&self) -> WIFI_FORCE_PD_R
pub fn wifi_force_pd(&self) -> WIFI_FORCE_PD_R
Bit 17 - wifi force power down
sourcepub fn wifi_force_pu(&self) -> WIFI_FORCE_PU_R
pub fn wifi_force_pu(&self) -> WIFI_FORCE_PU_R
Bit 18 - wifi force power up
sourcepub fn dg_wrap_force_pd(&self) -> DG_WRAP_FORCE_PD_R
pub fn dg_wrap_force_pd(&self) -> DG_WRAP_FORCE_PD_R
Bit 19 - digital core force power down
sourcepub fn dg_wrap_force_pu(&self) -> DG_WRAP_FORCE_PU_R
pub fn dg_wrap_force_pu(&self) -> DG_WRAP_FORCE_PU_R
Bit 20 - digital core force power up
sourcepub fn rom0_pd_en(&self) -> ROM0_PD_EN_R
pub fn rom0_pd_en(&self) -> ROM0_PD_EN_R
Bit 24 - enable power down ROM in sleep
sourcepub fn inter_ram0_pd_en(&self) -> INTER_RAM0_PD_EN_R
pub fn inter_ram0_pd_en(&self) -> INTER_RAM0_PD_EN_R
Bit 25 - enable power down internal SRAM 0 in sleep
sourcepub fn inter_ram1_pd_en(&self) -> INTER_RAM1_PD_EN_R
pub fn inter_ram1_pd_en(&self) -> INTER_RAM1_PD_EN_R
Bit 26 - enable power down internal SRAM 1 in sleep
sourcepub fn inter_ram2_pd_en(&self) -> INTER_RAM2_PD_EN_R
pub fn inter_ram2_pd_en(&self) -> INTER_RAM2_PD_EN_R
Bit 27 - enable power down internal SRAM 2 in sleep
sourcepub fn inter_ram3_pd_en(&self) -> INTER_RAM3_PD_EN_R
pub fn inter_ram3_pd_en(&self) -> INTER_RAM3_PD_EN_R
Bit 28 - enable power down internal SRAM 3 in sleep
sourcepub fn inter_ram4_pd_en(&self) -> INTER_RAM4_PD_EN_R
pub fn inter_ram4_pd_en(&self) -> INTER_RAM4_PD_EN_R
Bit 29 - enable power down internal SRAM 4 in sleep
sourcepub fn wifi_pd_en(&self) -> WIFI_PD_EN_R
pub fn wifi_pd_en(&self) -> WIFI_PD_EN_R
Bit 30 - enable power down wifi in sleep
sourcepub fn dg_wrap_pd_en(&self) -> DG_WRAP_PD_EN_R
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>>
Trait Implementations
sourceimpl From<R<DIG_PWC_SPEC>> for R
impl From<R<DIG_PWC_SPEC>> for R
sourcefn from(reader: R<DIG_PWC_SPEC>) -> Self
fn from(reader: R<DIG_PWC_SPEC>) -> Self
Converts to this type from the input type.
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