pub type W = W<INT_ST_SPEC>;
Expand description
Register INT_ST
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
source§impl W
impl W
sourcepub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, INT_ST_SPEC>
pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, INT_ST_SPEC>
Bit 0 - sleep wakeup interrupt state
sourcepub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, INT_ST_SPEC>
pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, INT_ST_SPEC>
Bit 1 - sleep reject interrupt state
sourcepub fn wdt(&mut self) -> WDT_W<'_, INT_ST_SPEC>
pub fn wdt(&mut self) -> WDT_W<'_, INT_ST_SPEC>
Bit 3 - RTC WDT interrupt state
sourcepub fn brown_out(&mut self) -> BROWN_OUT_W<'_, INT_ST_SPEC>
pub fn brown_out(&mut self) -> BROWN_OUT_W<'_, INT_ST_SPEC>
Bit 9 - brown out interrupt state
sourcepub fn main_timer(&mut self) -> MAIN_TIMER_W<'_, INT_ST_SPEC>
pub fn main_timer(&mut self) -> MAIN_TIMER_W<'_, INT_ST_SPEC>
Bit 10 - RTC main timer interrupt state
sourcepub fn swd(&mut self) -> SWD_W<'_, INT_ST_SPEC>
pub fn swd(&mut self) -> SWD_W<'_, INT_ST_SPEC>
Bit 15 - super watch dog interrupt state
sourcepub fn bbpll_cal(&mut self) -> BBPLL_CAL_W<'_, INT_ST_SPEC>
pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W<'_, INT_ST_SPEC>
Bit 20 - Need add desc