pub struct W(_);Expand description
Register INT_ENA writer
Implementations
sourceimpl W
impl W
sourcepub fn slp_wakeup_int_ena(&mut self) -> SLP_WAKEUP_INT_ENA_W<'_>
pub fn slp_wakeup_int_ena(&mut self) -> SLP_WAKEUP_INT_ENA_W<'_>
Bit 0 - enable sleep wakeup interrupt
sourcepub fn slp_reject_int_ena(&mut self) -> SLP_REJECT_INT_ENA_W<'_>
pub fn slp_reject_int_ena(&mut self) -> SLP_REJECT_INT_ENA_W<'_>
Bit 1 - enable sleep reject interrupt
sourcepub fn sdio_idle_int_ena(&mut self) -> SDIO_IDLE_INT_ENA_W<'_>
pub fn sdio_idle_int_ena(&mut self) -> SDIO_IDLE_INT_ENA_W<'_>
Bit 2 - enable SDIO idle interrupt
sourcepub fn wdt_int_ena(&mut self) -> WDT_INT_ENA_W<'_>
pub fn wdt_int_ena(&mut self) -> WDT_INT_ENA_W<'_>
Bit 3 - enable RTC WDT interrupt
sourcepub fn time_valid_int_ena(&mut self) -> TIME_VALID_INT_ENA_W<'_>
pub fn time_valid_int_ena(&mut self) -> TIME_VALID_INT_ENA_W<'_>
Bit 4 - enable RTC time valid interrupt
sourcepub fn ulp_cp_int_ena(&mut self) -> ULP_CP_INT_ENA_W<'_>
pub fn ulp_cp_int_ena(&mut self) -> ULP_CP_INT_ENA_W<'_>
Bit 5 - enable ULP-coprocessor interrupt
sourcepub fn touch_int_ena(&mut self) -> TOUCH_INT_ENA_W<'_>
pub fn touch_int_ena(&mut self) -> TOUCH_INT_ENA_W<'_>
Bit 6 - enable touch interrupt
sourcepub fn brown_out_int_ena(&mut self) -> BROWN_OUT_INT_ENA_W<'_>
pub fn brown_out_int_ena(&mut self) -> BROWN_OUT_INT_ENA_W<'_>
Bit 7 - enable brown out interrupt
sourcepub fn main_timer_int_ena(&mut self) -> MAIN_TIMER_INT_ENA_W<'_>
pub fn main_timer_int_ena(&mut self) -> MAIN_TIMER_INT_ENA_W<'_>
Bit 8 - enable RTC main timer interrupt
Methods from Deref<Target = W<INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<W<INT_ENA_SPEC>> for W
impl From<W<INT_ENA_SPEC>> for W
sourcefn from(writer: W<INT_ENA_SPEC>) -> Self
fn from(writer: W<INT_ENA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more