pub struct R(_);
Expand description

Register RD_REPEAT_DATA0 reader

Implementations§

Bits 0:1 - The bit be set to disable software read high/low 128-bit of BLK3.

Bits 2:3 - Selects RTC watchdog timeout threshold, in unit of slow clock cycle. 0: 40000. 1: 80000. 2: 160000. 3:320000.

Bit 4 - Set this bit to disable pad jtag.

Bit 5 - The bit be set to disable icache in download mode.

Bit 6 - The bit be set to disable manual encryption.

Bits 7:9 - These bits be set to enable SPI boot encrypt/decrypt. Odd number of 1: enable. even number of 1: disable.

Bit 10 - The bit be set means XTS_AES use the whole 256-bit efuse data in BLOCK3. Otherwise, XTS_AES use 128-bit eFuse data in BLOCK3.

Bits 11:12 - Set this bit to disable usb printing.

Bit 13 - Set this bit to force ROM code to send a resume command during SPI boot.

Bit 14 - Set this bit to disable download mode (boot_mode[3:0] = 0, 1, 2, 4, 5, 6, 7).

Bit 15 - This bit set means disable direct_boot mode.

Bit 16 - Set this bit to enable secure UART download mode.

Bits 17:20 - Configures flash waiting time after power-up, in unit of ms. If the value is less than 15, the waiting time is the configurable value. Otherwise, the waiting time is twice the configurable value.

Bit 21 - The bit be set to enable secure boot.

Bits 22:31 - Reserved (used for four backups method).

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