pub struct R(_);
Expand description

Register INT_ST_RTC reader

Implementations

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

Bit 1 - Stores the status of the interrupt triggered when the chip rejects to go to sleep.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Methods from Deref<Target = R<INT_ST_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.