Struct esp32_hal::pac::rtc_cntl::sdio_conf::W

pub struct W(_);
Expand description

Register SDIO_CONF writer

Implementations§

Bit 21 - power down SDIO_REG in sleep. Only active when reg_sdio_force = 0

Bit 22 - 1: use SW option to control SDIO_REG 0: use state machine

Bit 23 - SW option for SDIO_TIEH. Only active when reg_sdio_force = 1

Bits 25:26 - SW option for DREFL_SDIO. Only active when reg_sdio_force = 1

Bits 27:28 - SW option for DREFM_SDIO. Only active when reg_sdio_force = 1

Bits 29:30 - SW option for DREFH_SDIO. Only active when reg_sdio_force = 1

Bit 31 - SW option for XPD_SDIO_REG. Only active when reg_sdio_force = 1

Writes raw bits to the register.

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