pub struct R(_);
Expand description

Register SDIO_CONF reader

Implementations§

Bits 0:7 - timer count to apply reg_sdio_dcap after sdio power on

Bits 9:10 - Tieh = 1 mode drive ability. Initially set to 0 to limit charge current, set to 3 after several us.

Bits 11:12 - ability to prevent LDO from overshoot

Bits 13:14 - add resistor from ldo output to ground. 0: no res, 1: 6k,2:4k,3:2k

Bit 15 - 0 to set init[1:0]=0

Bits 16:18 - tune current limit threshold when tieh = 0. About 800mA/(8+d)

Bit 19 - select current limit mode

Bit 20 - enable current limit

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 - power on flash regulator

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.