pub struct R(_);
Expand description
Register DIG_PWC
reader
Implementations
sourceimpl R
impl R
sourcepub fn vdd_spi_pwr_drv(&self) -> VDD_SPI_PWR_DRV_R
pub fn vdd_spi_pwr_drv(&self) -> VDD_SPI_PWR_DRV_R
Bits 0:1 - Need add desc
sourcepub fn vdd_spi_pwr_force(&self) -> VDD_SPI_PWR_FORCE_R
pub fn vdd_spi_pwr_force(&self) -> VDD_SPI_PWR_FORCE_R
Bit 2 - Need add desc
sourcepub fn vdd_spi_pd_en(&self) -> VDD_SPI_PD_EN_R
pub fn vdd_spi_pd_en(&self) -> VDD_SPI_PD_EN_R
Bit 3 - Need add desc
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 4 - 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 5 - memories in digital core force no PD in sleep
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 dg_wrap_pd_en(&self) -> DG_WRAP_PD_EN_R
pub fn dg_wrap_pd_en(&self) -> DG_WRAP_PD_EN_R
Bit 31 - Need add desc
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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