pub struct R(_);
Expand description

Register RD_REPEAT_DATA0 reader

Implementations§

Bits 0:6 - Set this bit to disable reading from BlOCK4-10.

Bit 7 - Set this bit to disable boot from RTC RAM.

Bit 8 - Set this bit to disable Icache.

Bit 9 - Set this bit to disable Dcache.

Bit 10 - Set this bit to disable Icache in download mode (boot_mode[3:0] is 0, 1, 2, 3, 6, 7).

Bit 11 - Set this bit to disable Dcache in download mode ( boot_mode[3:0] is 0, 1, 2, 3, 6, 7).

Bit 12 - Set this bit to disable the function that forces chip into download mode.

Bit 13 - Set this bit to disable USB function.

Bit 14 - Set this bit to disable CAN function.

Bit 15 - Disable app cpu.

Bits 16:18 - Set these bits to disable JTAG in the soft way (odd number 1 means disable ). JTAG can be enabled in HMAC module.

Bit 19 - Set this bit to disable JTAG in the hard way. JTAG is disabled permanently.

Bit 20 - Set this bit to disable flash encryption when in download boot modes.

Bits 21:22 - Controls single-end input threshold vrefh, 1.76 V to 2 V with step of 80 mV, stored in eFuse.

Bits 23:24 - Controls single-end input threshold vrefl, 0.8 V to 1.04 V with step of 80 mV, stored in eFuse.

Bit 25 - Set this bit to exchange USB D+ and D- pins.

Bit 26 - Set this bit to enable external PHY.

Bits 27:28 - Bluetooth GPIO signal output security level control.

Bit 29 - SPI regulator switches current limit mode.

Bits 30:31 - SPI regulator high voltage reference.

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.