Struct esp32c2_hal::pac::rtc_cntl::int_st_rtc::R
pub struct R(_);
Expand description
Register INT_ST_RTC
reader
Implementations§
§impl R
impl R
pub fn slp_wakeup_int_st(&self) -> BitReaderRaw<bool>
pub fn slp_wakeup_int_st(&self) -> BitReaderRaw<bool>
Bit 0 - sleep wakeup interrupt state
pub fn slp_reject_int_st(&self) -> BitReaderRaw<bool>
pub fn slp_reject_int_st(&self) -> BitReaderRaw<bool>
Bit 1 - sleep reject interrupt state
pub fn wdt_int_st(&self) -> BitReaderRaw<bool>
pub fn wdt_int_st(&self) -> BitReaderRaw<bool>
Bit 3 - RTC WDT interrupt state
pub fn brown_out_int_st(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_st(&self) -> BitReaderRaw<bool>
Bit 9 - brown out interrupt state
pub fn main_timer_int_st(&self) -> BitReaderRaw<bool>
pub fn main_timer_int_st(&self) -> BitReaderRaw<bool>
Bit 10 - RTC main timer interrupt state
pub fn swd_int_st(&self) -> BitReaderRaw<bool>
pub fn swd_int_st(&self) -> BitReaderRaw<bool>
Bit 15 - super watch dog interrupt state
pub fn bbpll_cal_int_st(&self) -> BitReaderRaw<bool>
pub fn bbpll_cal_int_st(&self) -> BitReaderRaw<bool>
Bit 20 - Need add desc
Methods from Deref<Target = R<INT_ST_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_ST_RTC_SPEC>> for R
impl From<R<INT_ST_RTC_SPEC>> for R
§fn from(reader: R<INT_ST_RTC_SPEC>) -> R
fn from(reader: R<INT_ST_RTC_SPEC>) -> R
Converts to this type from the input type.