Struct esp32h2::pmu::lp_int_raw::R
source · pub struct R(_);
Expand description
Register LP_INT_RAW
reader
Implementations§
source§impl R
impl R
sourcepub fn lp_cpu_wakeup_int_raw(&self) -> LP_CPU_WAKEUP_INT_RAW_R
pub fn lp_cpu_wakeup_int_raw(&self) -> LP_CPU_WAKEUP_INT_RAW_R
Bit 20 - need_des
sourcepub fn modem_switch_active_end_int_raw(
&self
) -> MODEM_SWITCH_ACTIVE_END_INT_RAW_R
pub fn modem_switch_active_end_int_raw( &self ) -> MODEM_SWITCH_ACTIVE_END_INT_RAW_R
Bit 21 - need_des
sourcepub fn sleep_switch_active_end_int_raw(
&self
) -> SLEEP_SWITCH_ACTIVE_END_INT_RAW_R
pub fn sleep_switch_active_end_int_raw( &self ) -> SLEEP_SWITCH_ACTIVE_END_INT_RAW_R
Bit 22 - need_des
sourcepub fn sleep_switch_modem_end_int_raw(&self) -> SLEEP_SWITCH_MODEM_END_INT_RAW_R
pub fn sleep_switch_modem_end_int_raw(&self) -> SLEEP_SWITCH_MODEM_END_INT_RAW_R
Bit 23 - need_des
sourcepub fn modem_switch_sleep_end_int_raw(&self) -> MODEM_SWITCH_SLEEP_END_INT_RAW_R
pub fn modem_switch_sleep_end_int_raw(&self) -> MODEM_SWITCH_SLEEP_END_INT_RAW_R
Bit 24 - need_des
sourcepub fn active_switch_sleep_end_int_raw(
&self
) -> ACTIVE_SWITCH_SLEEP_END_INT_RAW_R
pub fn active_switch_sleep_end_int_raw( &self ) -> ACTIVE_SWITCH_SLEEP_END_INT_RAW_R
Bit 25 - need_des
sourcepub fn modem_switch_active_start_int_raw(
&self
) -> MODEM_SWITCH_ACTIVE_START_INT_RAW_R
pub fn modem_switch_active_start_int_raw( &self ) -> MODEM_SWITCH_ACTIVE_START_INT_RAW_R
Bit 26 - need_des
sourcepub fn sleep_switch_active_start_int_raw(
&self
) -> SLEEP_SWITCH_ACTIVE_START_INT_RAW_R
pub fn sleep_switch_active_start_int_raw( &self ) -> SLEEP_SWITCH_ACTIVE_START_INT_RAW_R
Bit 27 - need_des
sourcepub fn sleep_switch_modem_start_int_raw(
&self
) -> SLEEP_SWITCH_MODEM_START_INT_RAW_R
pub fn sleep_switch_modem_start_int_raw( &self ) -> SLEEP_SWITCH_MODEM_START_INT_RAW_R
Bit 28 - need_des
sourcepub fn modem_switch_sleep_start_int_raw(
&self
) -> MODEM_SWITCH_SLEEP_START_INT_RAW_R
pub fn modem_switch_sleep_start_int_raw( &self ) -> MODEM_SWITCH_SLEEP_START_INT_RAW_R
Bit 29 - need_des
sourcepub fn active_switch_sleep_start_int_raw(
&self
) -> ACTIVE_SWITCH_SLEEP_START_INT_RAW_R
pub fn active_switch_sleep_start_int_raw( &self ) -> ACTIVE_SWITCH_SLEEP_START_INT_RAW_R
Bit 30 - need_des
sourcepub fn hp_sw_trigger_int_raw(&self) -> HP_SW_TRIGGER_INT_RAW_R
pub fn hp_sw_trigger_int_raw(&self) -> HP_SW_TRIGGER_INT_RAW_R
Bit 31 - need_des
Methods from Deref<Target = R<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