pub struct R(_);
Expand description
Register INT_ST_RTC
reader
Implementations
sourceimpl R
impl R
sourcepub fn slp_wakeup_int_st(&self) -> SLP_WAKEUP_INT_ST_R
pub fn slp_wakeup_int_st(&self) -> SLP_WAKEUP_INT_ST_R
Bit 0 - Stores the status of the interrupt triggered when the chip wakes up from sleep.
sourcepub fn slp_reject_int_st(&self) -> SLP_REJECT_INT_ST_R
pub fn slp_reject_int_st(&self) -> SLP_REJECT_INT_ST_R
Bit 1 - Stores the status of the interrupt triggered when the chip rejects to go to sleep.
sourcepub fn sdio_idle_int_st(&self) -> SDIO_IDLE_INT_ST_R
pub fn sdio_idle_int_st(&self) -> SDIO_IDLE_INT_ST_R
Bit 2 - Stores the status of the interrupt triggered when the SDIO idles.
sourcepub fn wdt_int_st(&self) -> WDT_INT_ST_R
pub fn wdt_int_st(&self) -> WDT_INT_ST_R
Bit 3 - Stores the status of the RTC watchdog interrupt.
sourcepub fn touch_scan_done_int_st(&self) -> TOUCH_SCAN_DONE_INT_ST_R
pub fn touch_scan_done_int_st(&self) -> TOUCH_SCAN_DONE_INT_ST_R
Bit 4 - Stores the status of the interrupt triggered upon the completion of a touch scanning.
sourcepub fn ulp_cp_int_st(&self) -> ULP_CP_INT_ST_R
pub fn ulp_cp_int_st(&self) -> ULP_CP_INT_ST_R
Bit 5 - Stores the status of the ULP co-processor interrupt.
sourcepub fn touch_done_int_st(&self) -> TOUCH_DONE_INT_ST_R
pub fn touch_done_int_st(&self) -> TOUCH_DONE_INT_ST_R
Bit 6 - Stores the status of the interrupt triggered upon the completion of a single touch.
sourcepub fn touch_active_int_st(&self) -> TOUCH_ACTIVE_INT_ST_R
pub fn touch_active_int_st(&self) -> TOUCH_ACTIVE_INT_ST_R
Bit 7 - Stores the status of the interrupt triggered when a touch is detected.
sourcepub fn touch_inactive_int_st(&self) -> TOUCH_INACTIVE_INT_ST_R
pub fn touch_inactive_int_st(&self) -> TOUCH_INACTIVE_INT_ST_R
Bit 8 - Stores the status of the interrupt triggered when a touch is released.
sourcepub fn brown_out_int_st(&self) -> BROWN_OUT_INT_ST_R
pub fn brown_out_int_st(&self) -> BROWN_OUT_INT_ST_R
Bit 9 - Stores the status of the brown out interrupt.
sourcepub fn main_timer_int_st(&self) -> MAIN_TIMER_INT_ST_R
pub fn main_timer_int_st(&self) -> MAIN_TIMER_INT_ST_R
Bit 10 - Stores the status of the RTC main timer interrupt.
sourcepub fn saradc1_int_st(&self) -> SARADC1_INT_ST_R
pub fn saradc1_int_st(&self) -> SARADC1_INT_ST_R
Bit 11 - Stores the status of the SAR ADC 1 interrupt.
sourcepub fn tsens_int_st(&self) -> TSENS_INT_ST_R
pub fn tsens_int_st(&self) -> TSENS_INT_ST_R
Bit 12 - Stores the status of the touch sensor interrupt.
sourcepub fn cocpu_int_st(&self) -> COCPU_INT_ST_R
pub fn cocpu_int_st(&self) -> COCPU_INT_ST_R
Bit 13 - Stores the status of the ULP-RISCV interrupt.
sourcepub fn saradc2_int_st(&self) -> SARADC2_INT_ST_R
pub fn saradc2_int_st(&self) -> SARADC2_INT_ST_R
Bit 14 - Stores the status of the SAR ADC 2 interrupt.
sourcepub fn swd_int_st(&self) -> SWD_INT_ST_R
pub fn swd_int_st(&self) -> SWD_INT_ST_R
Bit 15 - Stores the status of the super watchdog interrupt.
sourcepub fn xtal32k_dead_int_st(&self) -> XTAL32K_DEAD_INT_ST_R
pub fn xtal32k_dead_int_st(&self) -> XTAL32K_DEAD_INT_ST_R
Bit 16 - Stores the status of the interrupt triggered when the 32 kHz crystal is dead.
sourcepub fn cocpu_trap_int_st(&self) -> COCPU_TRAP_INT_ST_R
pub fn cocpu_trap_int_st(&self) -> COCPU_TRAP_INT_ST_R
Bit 17 - Stores the status of the interrupt triggered when the ULP-RISCV is trapped.
sourcepub fn touch_timeout_int_st(&self) -> TOUCH_TIMEOUT_INT_ST_R
pub fn touch_timeout_int_st(&self) -> TOUCH_TIMEOUT_INT_ST_R
Bit 18 - Stores the status of the interrupt triggered when touch sensor times out.
sourcepub fn glitch_det_int_st(&self) -> GLITCH_DET_INT_ST_R
pub fn glitch_det_int_st(&self) -> GLITCH_DET_INT_ST_R
Bit 19 - Stores the status of the interrupt triggered when a glitch is detected.
Methods from Deref<Target = R<INT_ST_RTC_SPEC>>
Trait Implementations
sourceimpl From<R<INT_ST_RTC_SPEC>> for R
impl From<R<INT_ST_RTC_SPEC>> for R
sourcefn from(reader: R<INT_ST_RTC_SPEC>) -> Self
fn from(reader: R<INT_ST_RTC_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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