Struct esp32s2::rtc_cntl::dig_iso::W

source ·
pub struct W(_);
Expand description

Register DIG_ISO writer

Implementations

Bit 7

Bit 8

Bit 10 - Se this bit to clear the auto-hold enabler for 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.

Writes raw bits to the register.

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