Struct esp32c2_hal::pac::rtc_cntl::int_clr_rtc::R
pub struct R(_);
Expand description
Register INT_CLR_RTC
reader
Implementations§
§impl R
impl R
pub fn slp_wakeup_int_clr(&self) -> BitReaderRaw<bool>
pub fn slp_wakeup_int_clr(&self) -> BitReaderRaw<bool>
Bit 0 - Clear sleep wakeup interrupt state
pub fn slp_reject_int_clr(&self) -> BitReaderRaw<bool>
pub fn slp_reject_int_clr(&self) -> BitReaderRaw<bool>
Bit 1 - Clear sleep reject interrupt state
pub fn wdt_int_clr(&self) -> BitReaderRaw<bool>
pub fn wdt_int_clr(&self) -> BitReaderRaw<bool>
Bit 3 - Clear RTC WDT interrupt state
pub fn brown_out_int_clr(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_clr(&self) -> BitReaderRaw<bool>
Bit 9 - Clear brown out interrupt state
pub fn main_timer_int_clr(&self) -> BitReaderRaw<bool>
pub fn main_timer_int_clr(&self) -> BitReaderRaw<bool>
Bit 10 - Clear RTC main timer interrupt state
pub fn swd_int_clr(&self) -> BitReaderRaw<bool>
pub fn swd_int_clr(&self) -> BitReaderRaw<bool>
Bit 15 - Clear super watch dog interrupt state
pub fn bbpll_cal_int_clr(&self) -> BitReaderRaw<bool>
pub fn bbpll_cal_int_clr(&self) -> BitReaderRaw<bool>
Bit 20 - Need add desc
Methods from Deref<Target = R<INT_CLR_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_CLR_RTC_SPEC>> for R
impl From<R<INT_CLR_RTC_SPEC>> for R
§fn from(reader: R<INT_CLR_RTC_SPEC>) -> R
fn from(reader: R<INT_CLR_RTC_SPEC>) -> R
Converts to this type from the input type.