Struct esp32c2_hal::pac::rtc_cntl::int_ena_rtc::R
pub struct R(_);
Expand description
Register INT_ENA_RTC
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 wdt_int_ena(&self) -> BitReaderRaw<bool>
pub fn wdt_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - enable RTC WDT interrupt
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_ena(&self) -> BitReaderRaw<bool>
Bit 9 - enable brown out interrupt
pub fn main_timer_int_ena(&self) -> BitReaderRaw<bool>
pub fn main_timer_int_ena(&self) -> BitReaderRaw<bool>
Bit 10 - enable RTC main timer interrupt
pub fn swd_int_ena(&self) -> BitReaderRaw<bool>
pub fn swd_int_ena(&self) -> BitReaderRaw<bool>
Bit 15 - enable super watch dog interrupt
pub fn bbpll_cal_int_ena(&self) -> BitReaderRaw<bool>
pub fn bbpll_cal_int_ena(&self) -> BitReaderRaw<bool>
Bit 20 - Need add desc
Methods from Deref<Target = R<INT_ENA_RTC_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_RTC_SPEC>> for R
impl From<R<INT_ENA_RTC_SPEC>> for R
§fn from(reader: R<INT_ENA_RTC_SPEC>) -> R
fn from(reader: R<INT_ENA_RTC_SPEC>) -> R
Converts to this type from the input type.