Struct esp32s2::rtc_cntl::dig_iso::R

source ·
pub struct R(_);
Expand description

Register DIG_ISO reader

Implementations§

Bit 7

Bit 8

Bit 9 - Indicates the auto-hold status of the digital GPIOs.

Bit 11 - Se this bit to allow the digital GPIOs to enter the autohold status.

Bit 12 - Set this bit to disable the force isolation to the digital GPIOs.

Bit 13 - Set this bit to force isolate the digital GPIOs.

Bit 14 - Set this bit the force unhold the digital GPIOs.

Bit 15 - Set this bit the force hold the digital GPIOs.

Bit 16 - ROM force ISO

Bit 17 - ROM force no ISO

Bit 18 - internal SRAM 0 force ISO

Bit 19 - internal SRAM 0 force no ISO

Bit 20 - internal SRAM 1 force ISO

Bit 21 - internal SRAM 1 force no ISO

Bit 22 - internal SRAM 2 force ISO

Bit 23 - internal SRAM 2 force no ISO

Bit 24 - internal SRAM 3 force ISO

Bit 25 - internal SRAM 3 force no ISO

Bit 26 - internal SRAM 4 force ISO

Bit 27 - internal SRAM 4 force no ISO

Bit 28 - Set this bit to force isolate the Wi-Fi circuits.

Bit 29 - Set this bit to disable the force isolation to the Wi-Fi circuits.

Bit 30 - Set this bit to force isolate the digital system.

Bit 31 - Set this bit to disable the force isolation to the digital system.

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