Struct esp32::efuse::blk0_wdata3::W
source · pub struct W(_);
Expand description
Register BLK0_WDATA3
writer
Implementations§
source§impl W
impl W
sourcepub fn chip_ver_dis_app_cpu(&mut self) -> CHIP_VER_DIS_APP_CPU_W<'_, 0>
pub fn chip_ver_dis_app_cpu(&mut self) -> CHIP_VER_DIS_APP_CPU_W<'_, 0>
Bit 0
sourcepub fn chip_ver_dis_bt(&mut self) -> CHIP_VER_DIS_BT_W<'_, 1>
pub fn chip_ver_dis_bt(&mut self) -> CHIP_VER_DIS_BT_W<'_, 1>
Bit 1
sourcepub fn chip_ver_dis_cache(&mut self) -> CHIP_VER_DIS_CACHE_W<'_, 3>
pub fn chip_ver_dis_cache(&mut self) -> CHIP_VER_DIS_CACHE_W<'_, 3>
Bit 3
sourcepub fn spi_pad_config_hd(&mut self) -> SPI_PAD_CONFIG_HD_W<'_, 4>
pub fn spi_pad_config_hd(&mut self) -> SPI_PAD_CONFIG_HD_W<'_, 4>
Bits 4:8 - program for SPI_pad_config_hd
sourcepub fn chip_ver_pkg(&mut self) -> CHIP_VER_PKG_W<'_, 9>
pub fn chip_ver_pkg(&mut self) -> CHIP_VER_PKG_W<'_, 9>
Bits 9:11 - least significant bits of chip package
sourcepub fn chip_cpu_freq_low(&mut self) -> CHIP_CPU_FREQ_LOW_W<'_, 12>
pub fn chip_cpu_freq_low(&mut self) -> CHIP_CPU_FREQ_LOW_W<'_, 12>
Bit 12 - If set alongside EFUSE_CHIP_CPU_FREQ_RATED, the ESP32’s max CPU frequency is rated for 160MHz. 240MHz otherwise
sourcepub fn chip_cpu_freq_rated(&mut self) -> CHIP_CPU_FREQ_RATED_W<'_, 13>
pub fn chip_cpu_freq_rated(&mut self) -> CHIP_CPU_FREQ_RATED_W<'_, 13>
Bit 13 - If set, the ESP32’s maximum CPU frequency has been rated
sourcepub fn blk3_part_reserve(&mut self) -> BLK3_PART_RESERVE_W<'_, 14>
pub fn blk3_part_reserve(&mut self) -> BLK3_PART_RESERVE_W<'_, 14>
Bit 14 - If set, this bit indicates that BLOCK3[143:96] is reserved for internal use
sourcepub fn chip_ver_rev1(&mut self) -> CHIP_VER_REV1_W<'_, 15>
pub fn chip_ver_rev1(&mut self) -> CHIP_VER_REV1_W<'_, 15>
Bit 15
Methods from Deref<Target = W<BLK0_WDATA3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more