Struct esp32c6::pmu::lp_int_raw::W
source · pub struct W(_);
Expand description
Register LP_INT_RAW
writer
Implementations§
source§impl W
impl W
sourcepub fn lp_cpu_wakeup_int_raw(&mut self) -> LP_CPU_WAKEUP_INT_RAW_W<'_, 20>
pub fn lp_cpu_wakeup_int_raw(&mut self) -> LP_CPU_WAKEUP_INT_RAW_W<'_, 20>
Bit 20 - need_des
sourcepub fn modem_switch_active_end_int_raw(
&mut self
) -> MODEM_SWITCH_ACTIVE_END_INT_RAW_W<'_, 21>
pub fn modem_switch_active_end_int_raw( &mut self ) -> MODEM_SWITCH_ACTIVE_END_INT_RAW_W<'_, 21>
Bit 21 - need_des
sourcepub fn sleep_switch_active_end_int_raw(
&mut self
) -> SLEEP_SWITCH_ACTIVE_END_INT_RAW_W<'_, 22>
pub fn sleep_switch_active_end_int_raw( &mut self ) -> SLEEP_SWITCH_ACTIVE_END_INT_RAW_W<'_, 22>
Bit 22 - need_des
sourcepub fn sleep_switch_modem_end_int_raw(
&mut self
) -> SLEEP_SWITCH_MODEM_END_INT_RAW_W<'_, 23>
pub fn sleep_switch_modem_end_int_raw( &mut self ) -> SLEEP_SWITCH_MODEM_END_INT_RAW_W<'_, 23>
Bit 23 - need_des
sourcepub fn modem_switch_sleep_end_int_raw(
&mut self
) -> MODEM_SWITCH_SLEEP_END_INT_RAW_W<'_, 24>
pub fn modem_switch_sleep_end_int_raw( &mut self ) -> MODEM_SWITCH_SLEEP_END_INT_RAW_W<'_, 24>
Bit 24 - need_des
sourcepub fn active_switch_sleep_end_int_raw(
&mut self
) -> ACTIVE_SWITCH_SLEEP_END_INT_RAW_W<'_, 25>
pub fn active_switch_sleep_end_int_raw( &mut self ) -> ACTIVE_SWITCH_SLEEP_END_INT_RAW_W<'_, 25>
Bit 25 - need_des
sourcepub fn modem_switch_active_start_int_raw(
&mut self
) -> MODEM_SWITCH_ACTIVE_START_INT_RAW_W<'_, 26>
pub fn modem_switch_active_start_int_raw( &mut self ) -> MODEM_SWITCH_ACTIVE_START_INT_RAW_W<'_, 26>
Bit 26 - need_des
sourcepub fn sleep_switch_active_start_int_raw(
&mut self
) -> SLEEP_SWITCH_ACTIVE_START_INT_RAW_W<'_, 27>
pub fn sleep_switch_active_start_int_raw( &mut self ) -> SLEEP_SWITCH_ACTIVE_START_INT_RAW_W<'_, 27>
Bit 27 - need_des
sourcepub fn sleep_switch_modem_start_int_raw(
&mut self
) -> SLEEP_SWITCH_MODEM_START_INT_RAW_W<'_, 28>
pub fn sleep_switch_modem_start_int_raw( &mut self ) -> SLEEP_SWITCH_MODEM_START_INT_RAW_W<'_, 28>
Bit 28 - need_des
sourcepub fn modem_switch_sleep_start_int_raw(
&mut self
) -> MODEM_SWITCH_SLEEP_START_INT_RAW_W<'_, 29>
pub fn modem_switch_sleep_start_int_raw( &mut self ) -> MODEM_SWITCH_SLEEP_START_INT_RAW_W<'_, 29>
Bit 29 - need_des
sourcepub fn active_switch_sleep_start_int_raw(
&mut self
) -> ACTIVE_SWITCH_SLEEP_START_INT_RAW_W<'_, 30>
pub fn active_switch_sleep_start_int_raw( &mut self ) -> ACTIVE_SWITCH_SLEEP_START_INT_RAW_W<'_, 30>
Bit 30 - need_des
sourcepub fn hp_sw_trigger_int_raw(&mut self) -> HP_SW_TRIGGER_INT_RAW_W<'_, 31>
pub fn hp_sw_trigger_int_raw(&mut self) -> HP_SW_TRIGGER_INT_RAW_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<LP_INT_RAW_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