pub struct R(_);
Expand description

Register RD_REPEAT_DATA1 reader

Implementations§

Bits 0:1 - SPI regulator medium voltage reference.

Bits 2:3 - SPI regulator low voltage reference.

Bit 4 - If VDD_SPI_FORCE is 1, this value determines if the VDD_SPI regulator is powered on.

Bit 5 - If VDD_SPI_FORCE is 1, determines VDD_SPI voltage. 0: VDD_SPI connects to 1.8 V LDO. 1: VDD_SPI connects to VDD_RTC_IO.

Bit 6 - Set this bit to use XPD_VDD_PSI_REG and VDD_SPI_TIEH to configure VDD_SPI LDO.

Bit 7 - Set SPI regulator to 0 to configure init[1:0]=0.

Bit 8 - Set SPI regulator to 1 to enable output current limit.

Bits 9:11 - Tunes the current limit threshold of SPI regulator when tieh=0, about 800 mA/(8+d).

Bits 12:13 - Adds resistor from LDO output to ground. 0: no resistance. 1: 6 K. 2: 4 K. 3: 2 K.

Bits 14:15 - Prevents SPI regulator from overshoot.

Bits 16:17 - Selects RTC watchdog timeout threshold at startup. 0: 40,000 slow clock cycles. 1: 80,000 slow clock cycles. 2: 160,000 slow clock cycles. 3: 320,000 slow clock cycles.

Bits 18:20 - Enables encryption and decryption, when an SPI boot mode is set. Feature is enabled 1 or 3 bits are set in the eFuse, disabled otherwise.

Bit 21 - If set, revokes use of secure boot key digest 0.

Bit 22 - If set, revokes use of secure boot key digest 1.

Bit 23 - If set, revokes use of secure boot key digest 2.

Bits 24:27 - Purpose of KEY0. Refer to Table Key Purpose Values.

Bits 28:31 - Purpose of KEY1. Refer to Table Key Purpose Values.

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