Type Alias esp32s2::rtc_cntl::int_st::R

source ·
pub type R = R<INT_ST_SPEC>;
Expand description

Register INT_ST reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn slp_wakeup(&self) -> SLP_WAKEUP_R

Bit 0 - Stores the status of the interrupt triggered when the chip wakes up from sleep.

source

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.

source

pub fn sdio_idle(&self) -> SDIO_IDLE_R

Bit 2 - Stores the status of the interrupt triggered when the SDIO idles.

source

pub fn wdt(&self) -> WDT_R

Bit 3 - Stores the status of the RTC watchdog interrupt.

source

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.

source

pub fn ulp_cp(&self) -> ULP_CP_R

Bit 5 - Stores the status of the ULP co-processor interrupt.

source

pub fn touch_done(&self) -> TOUCH_DONE_R

Bit 6 - Stores the status of the interrupt triggered upon the completion of a single touch.

source

pub fn touch_active(&self) -> TOUCH_ACTIVE_R

Bit 7 - Stores the status of the interrupt triggered when a touch is detected.

source

pub fn touch_inactive(&self) -> TOUCH_INACTIVE_R

Bit 8 - Stores the status of the interrupt triggered when a touch is released.

source

pub fn brown_out(&self) -> BROWN_OUT_R

Bit 9 - Stores the status of the brown out interrupt.

source

pub fn main_timer(&self) -> MAIN_TIMER_R

Bit 10 - Stores the status of the RTC main timer interrupt.

source

pub fn saradc1(&self) -> SARADC1_R

Bit 11 - Stores the status of the SAR ADC 1 interrupt.

source

pub fn tsens(&self) -> TSENS_R

Bit 12 - Stores the status of the touch sensor interrupt.

source

pub fn cocpu(&self) -> COCPU_R

Bit 13 - Stores the status of the ULP-RISCV interrupt.

source

pub fn saradc2(&self) -> SARADC2_R

Bit 14 - Stores the status of the SAR ADC 2 interrupt.

source

pub fn swd(&self) -> SWD_R

Bit 15 - Stores the status of the super watchdog interrupt.

source

pub fn xtal32k_dead(&self) -> XTAL32K_DEAD_R

Bit 16 - Stores the status of the interrupt triggered when the 32 kHz crystal is dead.

source

pub fn cocpu_trap(&self) -> COCPU_TRAP_R

Bit 17 - Stores the status of the interrupt triggered when the ULP-RISCV is trapped.

source

pub fn touch_timeout(&self) -> TOUCH_TIMEOUT_R

Bit 18 - Stores the status of the interrupt triggered when touch sensor times out.

source

pub fn glitch_det(&self) -> GLITCH_DET_R

Bit 19 - Stores the status of the interrupt triggered when a glitch is detected.