pub struct R(_);
Expand description

Register RD_REPEAT_DATA1 reader

Implementations

Bits 0:15 - Reserved (used for four backups method).

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

Bits 18:20 - Set this bit to enable SPI boot encrypt/decrypt. Odd number of 1: enable. even number of 1: disable.

Bit 21 - Set this bit to enable revoking first secure boot key.

Bit 22 - Set this bit to enable revoking second secure boot key.

Bit 23 - Set this bit to enable revoking third secure boot key.

Bits 24:27 - Purpose of Key0.

Bits 28:31 - Purpose of Key1.

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.