Struct esp32c6::pmu::lp_cpu_pwr1::W
source · pub struct W(_);
Expand description
Register LP_CPU_PWR1
writer
Implementations§
source§impl W
impl W
sourcepub fn lp_cpu_wakeup_en(&mut self) -> LP_CPU_WAKEUP_EN_W<'_, 0>
pub fn lp_cpu_wakeup_en(&mut self) -> LP_CPU_WAKEUP_EN_W<'_, 0>
Bits 0:15 - need_des
sourcepub fn lp_cpu_sleep_req(&mut self) -> LP_CPU_SLEEP_REQ_W<'_, 31>
pub fn lp_cpu_sleep_req(&mut self) -> LP_CPU_SLEEP_REQ_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<LP_CPU_PWR1_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