pub struct W(_);
Expand description
Register DIG_PWC
writer
Implementations
sourceimpl W
impl W
sourcepub fn vdd_spi_pwr_drv(&mut self) -> VDD_SPI_PWR_DRV_W<'_, 0>
pub fn vdd_spi_pwr_drv(&mut self) -> VDD_SPI_PWR_DRV_W<'_, 0>
Bits 0:1 - Need add desc
sourcepub fn vdd_spi_pwr_force(&mut self) -> VDD_SPI_PWR_FORCE_W<'_, 2>
pub fn vdd_spi_pwr_force(&mut self) -> VDD_SPI_PWR_FORCE_W<'_, 2>
Bit 2 - Need add desc
sourcepub fn vdd_spi_pd_en(&mut self) -> VDD_SPI_PD_EN_W<'_, 3>
pub fn vdd_spi_pd_en(&mut self) -> VDD_SPI_PD_EN_W<'_, 3>
Bit 3 - Need add desc
sourcepub fn lslp_mem_force_pd(&mut self) -> LSLP_MEM_FORCE_PD_W<'_, 4>
pub fn lslp_mem_force_pd(&mut self) -> LSLP_MEM_FORCE_PD_W<'_, 4>
Bit 4 - memories in digital core force PD in sleep
sourcepub fn lslp_mem_force_pu(&mut self) -> LSLP_MEM_FORCE_PU_W<'_, 5>
pub fn lslp_mem_force_pu(&mut self) -> LSLP_MEM_FORCE_PU_W<'_, 5>
Bit 5 - memories in digital core force no PD in sleep
sourcepub fn dg_wrap_force_pd(&mut self) -> DG_WRAP_FORCE_PD_W<'_, 19>
pub fn dg_wrap_force_pd(&mut self) -> DG_WRAP_FORCE_PD_W<'_, 19>
Bit 19 - digital core force power down
sourcepub fn dg_wrap_force_pu(&mut self) -> DG_WRAP_FORCE_PU_W<'_, 20>
pub fn dg_wrap_force_pu(&mut self) -> DG_WRAP_FORCE_PU_W<'_, 20>
Bit 20 - digital core force power up
sourcepub fn dg_wrap_pd_en(&mut self) -> DG_WRAP_PD_EN_W<'_, 31>
pub fn dg_wrap_pd_en(&mut self) -> DG_WRAP_PD_EN_W<'_, 31>
Bit 31 - Need add desc
Methods from Deref<Target = W<DIG_PWC_SPEC>>
Trait Implementations
sourceimpl From<W<DIG_PWC_SPEC>> for W
impl From<W<DIG_PWC_SPEC>> for W
sourcefn from(writer: W<DIG_PWC_SPEC>) -> Self
fn from(writer: W<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