pub struct R(_);
Expand description
Register BLK0_RDATA3
reader
Implementations
sourceimpl R
impl R
sourcepub fn rd_chip_ver_dis_app_cpu(&self) -> RD_CHIP_VER_DIS_APP_CPU_R
pub fn rd_chip_ver_dis_app_cpu(&self) -> RD_CHIP_VER_DIS_APP_CPU_R
Bit 0
sourcepub fn rd_chip_ver_dis_bt(&self) -> RD_CHIP_VER_DIS_BT_R
pub fn rd_chip_ver_dis_bt(&self) -> RD_CHIP_VER_DIS_BT_R
Bit 1
sourcepub fn rd_chip_ver_pkg_4bit(&self) -> RD_CHIP_VER_PKG_4BIT_R
pub fn rd_chip_ver_pkg_4bit(&self) -> RD_CHIP_VER_PKG_4BIT_R
Bit 2 - most significant bit of chip package
sourcepub fn rd_chip_ver_dis_cache(&self) -> RD_CHIP_VER_DIS_CACHE_R
pub fn rd_chip_ver_dis_cache(&self) -> RD_CHIP_VER_DIS_CACHE_R
Bit 3
sourcepub fn rd_spi_pad_config_hd(&self) -> RD_SPI_PAD_CONFIG_HD_R
pub fn rd_spi_pad_config_hd(&self) -> RD_SPI_PAD_CONFIG_HD_R
Bits 4:8 - read for SPI_pad_config_hd
sourcepub fn rd_chip_ver_pkg(&self) -> RD_CHIP_VER_PKG_R
pub fn rd_chip_ver_pkg(&self) -> RD_CHIP_VER_PKG_R
Bits 9:11 - least significant bits of chip package
sourcepub fn rd_chip_cpu_freq_low(&self) -> RD_CHIP_CPU_FREQ_LOW_R
pub fn rd_chip_cpu_freq_low(&self) -> RD_CHIP_CPU_FREQ_LOW_R
Bit 12 - If set alongside EFUSE_RD_CHIP_CPU_FREQ_RATED, the ESP32’s max CPU frequency is rated for 160MHz. 240MHz otherwise
sourcepub fn rd_chip_cpu_freq_rated(&self) -> RD_CHIP_CPU_FREQ_RATED_R
pub fn rd_chip_cpu_freq_rated(&self) -> RD_CHIP_CPU_FREQ_RATED_R
Bit 13 - If set, the ESP32’s maximum CPU frequency has been rated
sourcepub fn rd_blk3_part_reserve(&self) -> RD_BLK3_PART_RESERVE_R
pub fn rd_blk3_part_reserve(&self) -> RD_BLK3_PART_RESERVE_R
Bit 14 - If set, this bit indicates that BLOCK3[143:96] is reserved for internal use
sourcepub fn rd_chip_ver_rev1(&self) -> RD_CHIP_VER_REV1_R
pub fn rd_chip_ver_rev1(&self) -> RD_CHIP_VER_REV1_R
Bit 15 - bit is set to 1 for rev1 silicon
Methods from Deref<Target = R<BLK0_RDATA3_SPEC>>
Trait Implementations
sourceimpl From<R<BLK0_RDATA3_SPEC>> for R
impl From<R<BLK0_RDATA3_SPEC>> for R
sourcefn from(reader: R<BLK0_RDATA3_SPEC>) -> Self
fn from(reader: R<BLK0_RDATA3_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more