Struct esp32c6::pmu::hp_active_dig_power::W
source · pub struct W(_);
Expand description
Register HP_ACTIVE_DIG_POWER
writer
Implementations§
source§impl W
impl W
sourcepub fn hp_active_vdd_spi_pd_en(&mut self) -> HP_ACTIVE_VDD_SPI_PD_EN_W<'_, 21>
pub fn hp_active_vdd_spi_pd_en(&mut self) -> HP_ACTIVE_VDD_SPI_PD_EN_W<'_, 21>
Bit 21 - need_des
sourcepub fn hp_active_hp_mem_dslp(&mut self) -> HP_ACTIVE_HP_MEM_DSLP_W<'_, 22>
pub fn hp_active_hp_mem_dslp(&mut self) -> HP_ACTIVE_HP_MEM_DSLP_W<'_, 22>
Bit 22 - need_des
sourcepub fn hp_active_pd_hp_mem_pd_en(
&mut self
) -> HP_ACTIVE_PD_HP_MEM_PD_EN_W<'_, 23>
pub fn hp_active_pd_hp_mem_pd_en( &mut self ) -> HP_ACTIVE_PD_HP_MEM_PD_EN_W<'_, 23>
Bits 23:26 - need_des
sourcepub fn hp_active_pd_hp_wifi_pd_en(
&mut self
) -> HP_ACTIVE_PD_HP_WIFI_PD_EN_W<'_, 27>
pub fn hp_active_pd_hp_wifi_pd_en( &mut self ) -> HP_ACTIVE_PD_HP_WIFI_PD_EN_W<'_, 27>
Bit 27 - need_des
sourcepub fn hp_active_pd_hp_cpu_pd_en(
&mut self
) -> HP_ACTIVE_PD_HP_CPU_PD_EN_W<'_, 29>
pub fn hp_active_pd_hp_cpu_pd_en( &mut self ) -> HP_ACTIVE_PD_HP_CPU_PD_EN_W<'_, 29>
Bit 29 - need_des
sourcepub fn hp_active_pd_hp_aon_pd_en(
&mut self
) -> HP_ACTIVE_PD_HP_AON_PD_EN_W<'_, 30>
pub fn hp_active_pd_hp_aon_pd_en( &mut self ) -> HP_ACTIVE_PD_HP_AON_PD_EN_W<'_, 30>
Bit 30 - need_des
sourcepub fn hp_active_pd_top_pd_en(&mut self) -> HP_ACTIVE_PD_TOP_PD_EN_W<'_, 31>
pub fn hp_active_pd_top_pd_en(&mut self) -> HP_ACTIVE_PD_TOP_PD_EN_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<HP_ACTIVE_DIG_POWER_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more