Struct esp32c3_hal::pac::rtc_cntl::int_raw_rtc::R
pub struct R(_);
Expand description
Register INT_RAW_RTC
reader
Implementations
impl R
impl R
pub fn slp_wakeup_int_raw(&self) -> BitReaderRaw<bool>
pub fn slp_wakeup_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - sleep wakeup interrupt raw
pub fn slp_reject_int_raw(&self) -> BitReaderRaw<bool>
pub fn slp_reject_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - sleep reject interrupt raw
pub fn wdt_int_raw(&self) -> BitReaderRaw<bool>
pub fn wdt_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - RTC WDT interrupt raw
pub fn brown_out_int_raw(&self) -> BitReaderRaw<bool>
pub fn brown_out_int_raw(&self) -> BitReaderRaw<bool>
Bit 9 - brown out interrupt raw
pub fn main_timer_int_raw(&self) -> BitReaderRaw<bool>
pub fn main_timer_int_raw(&self) -> BitReaderRaw<bool>
Bit 10 - RTC main timer interrupt raw
pub fn swd_int_raw(&self) -> BitReaderRaw<bool>
pub fn swd_int_raw(&self) -> BitReaderRaw<bool>
Bit 15 - super watch dog interrupt raw
pub fn xtal32k_dead_int_raw(&self) -> BitReaderRaw<bool>
pub fn xtal32k_dead_int_raw(&self) -> BitReaderRaw<bool>
Bit 16 - xtal32k dead detection interrupt raw
pub fn glitch_det_int_raw(&self) -> BitReaderRaw<bool>
pub fn glitch_det_int_raw(&self) -> BitReaderRaw<bool>
Bit 19 - glitch_det_interrupt_raw
pub fn bbpll_cal_int_raw(&self) -> BitReaderRaw<bool>
pub fn bbpll_cal_int_raw(&self) -> BitReaderRaw<bool>
Bit 20 - bbpll cal end interrupt state
Methods from Deref<Target = R<INT_RAW_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_RAW_RTC_SPEC>> for R
impl From<R<INT_RAW_RTC_SPEC>> for R
fn from(reader: R<INT_RAW_RTC_SPEC>) -> R
fn from(reader: R<INT_RAW_RTC_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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