pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations
sourceimpl R
impl R
sourcepub fn slp_wakeup_int_ena(&self) -> SLP_WAKEUP_INT_ENA_R
pub fn slp_wakeup_int_ena(&self) -> SLP_WAKEUP_INT_ENA_R
Bit 0 - enable sleep wakeup interrupt
sourcepub fn slp_reject_int_ena(&self) -> SLP_REJECT_INT_ENA_R
pub fn slp_reject_int_ena(&self) -> SLP_REJECT_INT_ENA_R
Bit 1 - enable sleep reject interrupt
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 2 - enable SDIO idle interrupt
sourcepub fn wdt_int_ena(&self) -> WDT_INT_ENA_R
pub fn wdt_int_ena(&self) -> WDT_INT_ENA_R
Bit 3 - enable RTC WDT interrupt
sourcepub fn time_valid_int_ena(&self) -> TIME_VALID_INT_ENA_R
pub fn time_valid_int_ena(&self) -> TIME_VALID_INT_ENA_R
Bit 4 - enable RTC time valid interrupt
sourcepub fn ulp_cp_int_ena(&self) -> ULP_CP_INT_ENA_R
pub fn ulp_cp_int_ena(&self) -> ULP_CP_INT_ENA_R
Bit 5 - enable ULP-coprocessor interrupt
sourcepub fn touch_int_ena(&self) -> TOUCH_INT_ENA_R
pub fn touch_int_ena(&self) -> TOUCH_INT_ENA_R
Bit 6 - enable touch interrupt
sourcepub fn brown_out_int_ena(&self) -> BROWN_OUT_INT_ENA_R
pub fn brown_out_int_ena(&self) -> BROWN_OUT_INT_ENA_R
Bit 7 - enable brown out interrupt
sourcepub fn main_timer_int_ena(&self) -> MAIN_TIMER_INT_ENA_R
pub fn main_timer_int_ena(&self) -> MAIN_TIMER_INT_ENA_R
Bit 8 - enable RTC main timer interrupt
Methods from Deref<Target = R<INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<R<INT_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
sourcefn from(reader: R<INT_ENA_SPEC>) -> Self
fn from(reader: R<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