Struct esp32c6::pmu::lp_cpu_pwr0::W
source · pub struct W(_);Expand description
Register LP_CPU_PWR0 writer
Implementations§
source§impl W
impl W
sourcepub fn lp_cpu_force_stall(&mut self) -> LP_CPU_FORCE_STALL_W<'_, 18>
pub fn lp_cpu_force_stall(&mut self) -> LP_CPU_FORCE_STALL_W<'_, 18>
Bit 18 - need_des
sourcepub fn lp_cpu_slp_waiti_flag_en(&mut self) -> LP_CPU_SLP_WAITI_FLAG_EN_W<'_, 19>
pub fn lp_cpu_slp_waiti_flag_en(&mut self) -> LP_CPU_SLP_WAITI_FLAG_EN_W<'_, 19>
Bit 19 - need_des
sourcepub fn lp_cpu_slp_stall_flag_en(&mut self) -> LP_CPU_SLP_STALL_FLAG_EN_W<'_, 20>
pub fn lp_cpu_slp_stall_flag_en(&mut self) -> LP_CPU_SLP_STALL_FLAG_EN_W<'_, 20>
Bit 20 - need_des
sourcepub fn lp_cpu_slp_stall_wait(&mut self) -> LP_CPU_SLP_STALL_WAIT_W<'_, 21>
pub fn lp_cpu_slp_stall_wait(&mut self) -> LP_CPU_SLP_STALL_WAIT_W<'_, 21>
Bits 21:28 - need_des
sourcepub fn lp_cpu_slp_stall_en(&mut self) -> LP_CPU_SLP_STALL_EN_W<'_, 29>
pub fn lp_cpu_slp_stall_en(&mut self) -> LP_CPU_SLP_STALL_EN_W<'_, 29>
Bit 29 - need_des
sourcepub fn lp_cpu_slp_reset_en(&mut self) -> LP_CPU_SLP_RESET_EN_W<'_, 30>
pub fn lp_cpu_slp_reset_en(&mut self) -> LP_CPU_SLP_RESET_EN_W<'_, 30>
Bit 30 - need_des
sourcepub fn lp_cpu_slp_bypass_intr_en(
&mut self
) -> LP_CPU_SLP_BYPASS_INTR_EN_W<'_, 31>
pub fn lp_cpu_slp_bypass_intr_en( &mut self ) -> LP_CPU_SLP_BYPASS_INTR_EN_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<LP_CPU_PWR0_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