Struct esp32c6::pmu::hp_int_clr::W
source · pub struct W(_);Expand description
Register HP_INT_CLR writer
Implementations§
source§impl W
impl W
sourcepub fn lp_cpu_exc_int_clr(&mut self) -> LP_CPU_EXC_INT_CLR_W<'_, 27>
pub fn lp_cpu_exc_int_clr(&mut self) -> LP_CPU_EXC_INT_CLR_W<'_, 27>
Bit 27 - need_des
sourcepub fn sdio_idle_int_clr(&mut self) -> SDIO_IDLE_INT_CLR_W<'_, 28>
pub fn sdio_idle_int_clr(&mut self) -> SDIO_IDLE_INT_CLR_W<'_, 28>
Bit 28 - need_des
sourcepub fn sw_int_clr(&mut self) -> SW_INT_CLR_W<'_, 29>
pub fn sw_int_clr(&mut self) -> SW_INT_CLR_W<'_, 29>
Bit 29 - need_des
sourcepub fn soc_sleep_reject_int_clr(&mut self) -> SOC_SLEEP_REJECT_INT_CLR_W<'_, 30>
pub fn soc_sleep_reject_int_clr(&mut self) -> SOC_SLEEP_REJECT_INT_CLR_W<'_, 30>
Bit 30 - need_des
sourcepub fn soc_wakeup_int_clr(&mut self) -> SOC_WAKEUP_INT_CLR_W<'_, 31>
pub fn soc_wakeup_int_clr(&mut self) -> SOC_WAKEUP_INT_CLR_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<HP_INT_CLR_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