Struct esp32s2::rtc_cntl::int_clr_rtc::W

source ·
pub struct W(_);
Expand description

Register INT_CLR_RTC writer

Implementations§

Bit 0 - Clears the interrupt triggered when the chip wakes up from sleep.

Bit 1 - Clears the interrupt triggered when the chip rejects to go to sleep.

Bit 2 - Clears the interrupt triggered when the SDIO idles.

Bit 3 - Enables the RTC watchdog interrupt.

Bit 4 - Clears the interrupt triggered upon the completion of a touch scanning.

Bit 5 - Enables the ULP co-processor interrupt.

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

Bit 7 - Clears the interrupt triggered when a touch is detected.

Bit 8 - Clears the interrupt triggered when a touch is released.

Bit 9 - Clears the brown out interrupt.

Bit 10 - Clears the RTC main timer interrupt.

Bit 11 - Clears the SAR ADC 1 interrupt.

Bit 12 - Clears the touch sensor interrupt.

Bit 13 - Clears the ULP-RISCV interrupt.

Bit 14 - Clears the SAR ADC 2 interrupt.

Bit 15 - Clears the super watchdog interrupt.

Bit 16 - Clears the interrupt triggered when the 32 kHz crystal is dead.

Bit 17 - Clears the interrupt triggered when the ULP-RISCV is trapped.

Bit 18 - Clears the interrupt triggered when touch sensor times out.

Bit 19 - Clears the interrupt triggered when a glitch is detected.

Writes raw bits to the register.

Methods from Deref<Target = W<INT_CLR_RTC_SPEC>>§

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.