Struct esp32_hal::pac::rtc_cntl::sdio_conf::R

pub struct R(_);
Expand description

Register SDIO_CONF reader

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

Bit 24 - read only register for REG1P8_READY

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

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