Struct esp32_hal::pac::efuse::blk0_wdata3::W
pub struct W(_);
Expand description
Register BLK0_WDATA3
writer
Implementations§
§impl W
impl W
pub fn chip_ver_dis_app_cpu(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 0>
pub fn chip_ver_dis_app_cpu(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 0>
Bit 0
pub fn chip_ver_dis_bt(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 1>
pub fn chip_ver_dis_bt(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 1>
Bit 1
pub fn chip_ver_dis_cache(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 3>
pub fn chip_ver_dis_cache(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 3>
Bit 3
pub fn spi_pad_config_hd(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA3_SPEC, u8, u8, Unsafe, 5, 4>
pub fn spi_pad_config_hd(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA3_SPEC, u8, u8, Unsafe, 5, 4>
Bits 4:8 - program for SPI_pad_config_hd
pub fn chip_ver_pkg(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA3_SPEC, u8, u8, Unsafe, 3, 9>
pub fn chip_ver_pkg(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA3_SPEC, u8, u8, Unsafe, 3, 9>
Bits 9:11 - least significant bits of chip package
pub fn chip_cpu_freq_low(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 12>
pub fn chip_cpu_freq_low(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 12>
Bit 12 - If set alongside EFUSE_CHIP_CPU_FREQ_RATED, the ESP32’s max CPU frequency is rated for 160MHz. 240MHz otherwise
pub fn chip_cpu_freq_rated(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 13>
pub fn chip_cpu_freq_rated(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 13>
Bit 13 - If set, the ESP32’s maximum CPU frequency has been rated
pub fn blk3_part_reserve(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 14>
pub fn blk3_part_reserve(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 14>
Bit 14 - If set, this bit indicates that BLOCK3[143:96] is reserved for internal use
pub fn chip_ver_rev1(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 15>
pub fn chip_ver_rev1(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA3_SPEC, bool, BitM, 15>
Bit 15
Methods from Deref<Target = W<BLK0_WDATA3_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_WDATA3_SPEC>> for W
impl From<W<BLK0_WDATA3_SPEC>> for W
§fn from(writer: W<BLK0_WDATA3_SPEC>) -> W
fn from(writer: W<BLK0_WDATA3_SPEC>) -> W
Converts to this type from the input type.