pub type R = R<INT_ST_SPEC>;Expand description
Register INT_ST reader
Aliased Type§
struct R { /* private fields */ }Implementations§
source§impl R
impl R
sourcepub fn slp_wakeup(&self) -> SLP_WAKEUP_R
pub fn slp_wakeup(&self) -> SLP_WAKEUP_R
Bit 0 - Stores the status of the interrupt triggered when the chip wakes up from sleep.
sourcepub fn slp_reject(&self) -> SLP_REJECT_R
pub fn slp_reject(&self) -> SLP_REJECT_R
Bit 1 - Stores the status of the interrupt triggered when the chip rejects to go to sleep.
sourcepub fn sdio_idle(&self) -> SDIO_IDLE_R
pub fn sdio_idle(&self) -> SDIO_IDLE_R
Bit 2 - Stores the status of the interrupt triggered when the SDIO idles.
sourcepub fn touch_scan_done(&self) -> TOUCH_SCAN_DONE_R
pub fn touch_scan_done(&self) -> TOUCH_SCAN_DONE_R
Bit 4 - Stores the status of the interrupt triggered upon the completion of a touch scanning.
sourcepub fn touch_done(&self) -> TOUCH_DONE_R
pub fn touch_done(&self) -> TOUCH_DONE_R
Bit 6 - Stores the status of the interrupt triggered upon the completion of a single touch.
sourcepub fn touch_active(&self) -> TOUCH_ACTIVE_R
pub fn touch_active(&self) -> TOUCH_ACTIVE_R
Bit 7 - Stores the status of the interrupt triggered when a touch is detected.
sourcepub fn touch_inactive(&self) -> TOUCH_INACTIVE_R
pub fn touch_inactive(&self) -> TOUCH_INACTIVE_R
Bit 8 - Stores the status of the interrupt triggered when a touch is released.
sourcepub fn brown_out(&self) -> BROWN_OUT_R
pub fn brown_out(&self) -> BROWN_OUT_R
Bit 9 - Stores the status of the brown out interrupt.
sourcepub fn main_timer(&self) -> MAIN_TIMER_R
pub fn main_timer(&self) -> MAIN_TIMER_R
Bit 10 - Stores the status of the RTC main timer interrupt.
sourcepub fn xtal32k_dead(&self) -> XTAL32K_DEAD_R
pub fn xtal32k_dead(&self) -> XTAL32K_DEAD_R
Bit 16 - Stores the status of the interrupt triggered when the 32 kHz crystal is dead.
sourcepub fn cocpu_trap(&self) -> COCPU_TRAP_R
pub fn cocpu_trap(&self) -> COCPU_TRAP_R
Bit 17 - Stores the status of the interrupt triggered when the ULP-RISCV is trapped.
sourcepub fn touch_timeout(&self) -> TOUCH_TIMEOUT_R
pub fn touch_timeout(&self) -> TOUCH_TIMEOUT_R
Bit 18 - Stores the status of the interrupt triggered when touch sensor times out.
sourcepub fn glitch_det(&self) -> GLITCH_DET_R
pub fn glitch_det(&self) -> GLITCH_DET_R
Bit 19 - Stores the status of the interrupt triggered when a glitch is detected.