Struct esp32_hal::pac::efuse::blk0_rdata3::W

pub struct W(_);
Expand description

Register BLK0_RDATA3 writer

Implementations§

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

Writes raw bits to the register.

Methods from Deref<Target = W<BLK0_RDATA3_SPEC>>§

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.