pub struct R(_);
Expand description

Register BLK0_RDATA3 reader

Implementations

Bit 0

Bit 1

Bit 2 - most significant bit of chip package

Bit 3

Bits 4:8 - read for SPI_pad_config_hd

Bits 9:11 - least significant bits of chip package

Bit 12 - If set alongside EFUSE_RD_CHIP_CPU_FREQ_RATED, the ESP32’s max CPU frequency is rated for 160MHz. 240MHz otherwise

Bit 13 - If set, the ESP32’s maximum CPU frequency has been rated

Bit 14 - If set, this bit indicates that BLOCK3[143:96] is reserved for internal use

Bit 15 - bit is set to 1 for rev1 silicon

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