Struct esp32h2::pmu::hp_int_ena::R
source · pub struct R(_);
Expand description
Register HP_INT_ENA
reader
Implementations§
source§impl R
impl R
sourcepub fn lp_cpu_exc_int_ena(&self) -> LP_CPU_EXC_INT_ENA_R
pub fn lp_cpu_exc_int_ena(&self) -> LP_CPU_EXC_INT_ENA_R
Bit 27 - need_des
sourcepub fn sdio_idle_int_ena(&self) -> SDIO_IDLE_INT_ENA_R
pub fn sdio_idle_int_ena(&self) -> SDIO_IDLE_INT_ENA_R
Bit 28 - need_des
sourcepub fn sw_int_ena(&self) -> SW_INT_ENA_R
pub fn sw_int_ena(&self) -> SW_INT_ENA_R
Bit 29 - need_des
sourcepub fn soc_sleep_reject_int_ena(&self) -> SOC_SLEEP_REJECT_INT_ENA_R
pub fn soc_sleep_reject_int_ena(&self) -> SOC_SLEEP_REJECT_INT_ENA_R
Bit 30 - need_des
sourcepub fn soc_wakeup_int_ena(&self) -> SOC_WAKEUP_INT_ENA_R
pub fn soc_wakeup_int_ena(&self) -> SOC_WAKEUP_INT_ENA_R
Bit 31 - need_des
Methods from Deref<Target = R<HP_INT_ENA_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