pub struct R(_);
Expand description

Register RD_REPEAT_DATA2 reader

Implementations§

Bits 0:3 - Purpose of Key2.

Bits 4:7 - Purpose of Key3.

Bits 8:11 - Purpose of Key4.

Bits 12:15 - Purpose of Key5.

Bits 16:19 - Reserved (used for four backups method).

Bit 20 - Set this bit to enable secure boot.

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

Bit 22 - Set this bit to disable function of usb switch to jtag in module of usb device.

Bit 23 - Set this bit to disable usb device.

Bit 24 - Set this bit to enable selection between usb_to_jtag and pad_to_jtag through strapping gpio10 when both reg_dis_usb_jtag and reg_dis_pad_jtag are equal to 0.

Bit 25 - This bit is used to switch internal PHY and external PHY for USB OTG and USB Device. 0: internal PHY is assigned to USB Device while external PHY is assigned to USB OTG. 1: internal PHY is assigned to USB OTG while external PHY is assigned to USB Device.

Bits 26:27 - Sample delay configuration of power glitch.

Bits 28:31 - 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.

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