Struct esp32_hal::pac::efuse::blk0_rdata3::W
pub struct W(_);
Expand description
Register BLK0_RDATA3
writer
Implementations§
§impl W
impl W
pub fn rd_chip_ver_pkg(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_RDATA3_SPEC, u8, u8, Unsafe, 3, 9>
pub fn rd_chip_ver_pkg(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_RDATA3_SPEC, u8, u8, Unsafe, 3, 9>
Bits 9:11 - least significant bits of chip package
pub fn rd_chip_cpu_freq_low(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_RDATA3_SPEC, bool, BitM, 12>
pub fn rd_chip_cpu_freq_low(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_RDATA3_SPEC, bool, BitM, 12>
Bit 12 - If set alongside EFUSE_RD_CHIP_CPU_FREQ_RATED, the ESP32’s max CPU frequency is rated for 160MHz. 240MHz otherwise
pub fn rd_chip_cpu_freq_rated(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_RDATA3_SPEC, bool, BitM, 13>
pub fn rd_chip_cpu_freq_rated(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_RDATA3_SPEC, bool, BitM, 13>
Bit 13 - If set, the ESP32’s maximum CPU frequency has been rated
pub fn rd_blk3_part_reserve(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_RDATA3_SPEC, bool, BitM, 14>
pub fn rd_blk3_part_reserve(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_RDATA3_SPEC, bool, BitM, 14>
Bit 14 - If set, this bit indicates that BLOCK3[143:96] is reserved for internal use
pub fn rd_chip_ver_rev1(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_RDATA3_SPEC, bool, BitM, 15>
pub fn rd_chip_ver_rev1(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_RDATA3_SPEC, bool, BitM, 15>
Bit 15 - bit is set to 1 for rev1 silicon
Methods from Deref<Target = W<BLK0_RDATA3_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<BLK0_RDATA3_SPEC>> for W
impl From<W<BLK0_RDATA3_SPEC>> for W
§fn from(writer: W<BLK0_RDATA3_SPEC>) -> W
fn from(writer: W<BLK0_RDATA3_SPEC>) -> W
Converts to this type from the input type.