Struct esp32s2::rtc_cntl::int_ena_rtc::R

source ·
pub struct R(_);
Expand description

Register INT_ENA_RTC reader

Implementations§

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

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

Bit 2 - Enables interruption when the SDIO idles.

Bit 3 - Enables the RTC watchdog interrupt.

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

Bit 5 - Enables the ULP co-processor interrupt.

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

Bit 7 - Enables interruption when a touch is detected.

Bit 8 - Enables interruption when a touch is released.

Bit 9 - Enables the brown out interrupt.

Bit 10 - Enables the RTC main timer interrupt.

Bit 11 - Enables the SAR ADC 1 interrupt.

Bit 12 - Enables the touch sensor interrupt.

Bit 13 - Enables the ULP-RISCV interrupt.

Bit 14 - Enables the SAR ADC 2 interrupt.

Bit 15 - Enables the super watchdog interrupt.

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

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

Bit 18 - Enables interruption when touch sensor times out.

Bit 19 - Enables interruption when a glitch is detected.

Methods from Deref<Target = R<INT_ENA_RTC_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.