pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn slp_wakeup_int_ena(&self) -> BitReaderRaw<bool>
pub fn slp_wakeup_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - enable sleep wakeup interrupt
pub fn slp_reject_int_ena(&self) -> BitReaderRaw<bool>
pub fn slp_reject_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - enable sleep reject interrupt
pub fn sdio_idle_int_ena(&self) -> BitReaderRaw<bool>
pub fn sdio_idle_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - enable SDIO idle interrupt
pub fn wdt_int_ena(&self) -> BitReaderRaw<bool>
pub fn wdt_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - enable RTC WDT interrupt
pub fn time_valid_int_ena(&self) -> BitReaderRaw<bool>
pub fn time_valid_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - enable RTC time valid interrupt
pub fn ulp_cp_int_ena(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - enable ULP-coprocessor interrupt
pub fn touch_int_ena(&self) -> BitReaderRaw<bool>
pub fn touch_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - enable touch interrupt
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - enable brown out interrupt
pub fn main_timer_int_ena(&self) -> BitReaderRaw<bool>
pub fn main_timer_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - enable RTC main timer interrupt
Methods from Deref<Target = R<INT_ENA_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<INT_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
§fn from(reader: R<INT_ENA_SPEC>) -> R
fn from(reader: R<INT_ENA_SPEC>) -> R
Converts to this type from the input type.