pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations§
source§impl W
impl W
sourcepub fn slp_wakeup_int_clr(&mut self) -> SLP_WAKEUP_INT_CLR_W<'_, 0>
pub fn slp_wakeup_int_clr(&mut self) -> SLP_WAKEUP_INT_CLR_W<'_, 0>
Bit 0 - Clear sleep wakeup interrupt state
sourcepub fn slp_reject_int_clr(&mut self) -> SLP_REJECT_INT_CLR_W<'_, 1>
pub fn slp_reject_int_clr(&mut self) -> SLP_REJECT_INT_CLR_W<'_, 1>
Bit 1 - Clear sleep reject interrupt state
sourcepub fn sdio_idle_int_clr(&mut self) -> SDIO_IDLE_INT_CLR_W<'_, 2>
pub fn sdio_idle_int_clr(&mut self) -> SDIO_IDLE_INT_CLR_W<'_, 2>
Bit 2 - Clear SDIO idle interrupt state
sourcepub fn wdt_int_clr(&mut self) -> WDT_INT_CLR_W<'_, 3>
pub fn wdt_int_clr(&mut self) -> WDT_INT_CLR_W<'_, 3>
Bit 3 - Clear RTC WDT interrupt state
sourcepub fn time_valid_int_clr(&mut self) -> TIME_VALID_INT_CLR_W<'_, 4>
pub fn time_valid_int_clr(&mut self) -> TIME_VALID_INT_CLR_W<'_, 4>
Bit 4 - Clear RTC time valid interrupt state
sourcepub fn sar_int_clr(&mut self) -> SAR_INT_CLR_W<'_, 5>
pub fn sar_int_clr(&mut self) -> SAR_INT_CLR_W<'_, 5>
Bit 5 - Clear ULP-coprocessor interrupt state
sourcepub fn touch_int_clr(&mut self) -> TOUCH_INT_CLR_W<'_, 6>
pub fn touch_int_clr(&mut self) -> TOUCH_INT_CLR_W<'_, 6>
Bit 6 - Clear touch interrupt state
sourcepub fn brown_out_int_clr(&mut self) -> BROWN_OUT_INT_CLR_W<'_, 7>
pub fn brown_out_int_clr(&mut self) -> BROWN_OUT_INT_CLR_W<'_, 7>
Bit 7 - Clear brown out interrupt state
sourcepub fn main_timer_int_clr(&mut self) -> MAIN_TIMER_INT_CLR_W<'_, 8>
pub fn main_timer_int_clr(&mut self) -> MAIN_TIMER_INT_CLR_W<'_, 8>
Bit 8 - Clear RTC main timer interrupt state
Methods from Deref<Target = W<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