esp32s2::rtc_cntl::int_ena

Type Alias R

Source
pub type R = R<INT_ENA_SPEC>;
Expand description

Register INT_ENA reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn slp_wakeup(&self) -> SLP_WAKEUP_R

Bit 0 - Enables interruption when the chip wakes up from sleep.

Source

pub fn slp_reject(&self) -> SLP_REJECT_R

Bit 1 - Enables interruption when the chip rejects to go to sleep.

Source

pub fn sdio_idle(&self) -> SDIO_IDLE_R

Bit 2 - Enables interruption when the SDIO idles.

Source

pub fn wdt(&self) -> WDT_R

Bit 3 - Enables the RTC watchdog interrupt.

Source

pub fn touch_scan_done(&self) -> TOUCH_SCAN_DONE_R

Bit 4 - Enables interruption upon the completion of a touch scanning.

Source

pub fn ulp_cp(&self) -> ULP_CP_R

Bit 5 - Enables the ULP co-processor interrupt.

Source

pub fn touch_done(&self) -> TOUCH_DONE_R

Bit 6 - Enables interruption upon the completion of a single touch.

Source

pub fn touch_active(&self) -> TOUCH_ACTIVE_R

Bit 7 - Enables interruption when a touch is detected.

Source

pub fn touch_inactive(&self) -> TOUCH_INACTIVE_R

Bit 8 - Enables interruption when a touch is released.

Source

pub fn brown_out(&self) -> BROWN_OUT_R

Bit 9 - Enables the brown out interrupt.

Source

pub fn main_timer(&self) -> MAIN_TIMER_R

Bit 10 - Enables the RTC main timer interrupt.

Source

pub fn saradc1(&self) -> SARADC1_R

Bit 11 - Enables the SAR ADC 1 interrupt.

Source

pub fn tsens(&self) -> TSENS_R

Bit 12 - Enables the touch sensor interrupt.

Source

pub fn cocpu(&self) -> COCPU_R

Bit 13 - Enables the ULP-RISCV interrupt.

Source

pub fn saradc2(&self) -> SARADC2_R

Bit 14 - Enables the SAR ADC 2 interrupt.

Source

pub fn swd(&self) -> SWD_R

Bit 15 - Enables the super watchdog interrupt.

Source

pub fn xtal32k_dead(&self) -> XTAL32K_DEAD_R

Bit 16 - Enables interruption when the 32 kHz crystal is dead.

Source

pub fn cocpu_trap(&self) -> COCPU_TRAP_R

Bit 17 - Enables interruption when the ULP-RISCV is trapped.

Source

pub fn touch_timeout(&self) -> TOUCH_TIMEOUT_R

Bit 18 - Enables interruption when touch sensor times out.

Source

pub fn glitch_det(&self) -> GLITCH_DET_R

Bit 19 - Enables interruption when a glitch is detected.