Struct esp32_hal::pac::efuse::blk0_rdata3::R
pub struct R(_);
Expand description
Register BLK0_RDATA3
reader
Implementations§
§impl R
impl R
pub fn rd_chip_ver_dis_app_cpu(&self) -> BitReaderRaw<bool>
pub fn rd_chip_ver_dis_app_cpu(&self) -> BitReaderRaw<bool>
Bit 0
pub fn rd_chip_ver_dis_bt(&self) -> BitReaderRaw<bool>
pub fn rd_chip_ver_dis_bt(&self) -> BitReaderRaw<bool>
Bit 1
pub fn rd_chip_ver_pkg_4bit(&self) -> BitReaderRaw<bool>
pub fn rd_chip_ver_pkg_4bit(&self) -> BitReaderRaw<bool>
Bit 2 - most significant bit of chip package
pub fn rd_chip_ver_dis_cache(&self) -> BitReaderRaw<bool>
pub fn rd_chip_ver_dis_cache(&self) -> BitReaderRaw<bool>
Bit 3
pub fn rd_spi_pad_config_hd(&self) -> FieldReaderRaw<u8, u8>
pub fn rd_spi_pad_config_hd(&self) -> FieldReaderRaw<u8, u8>
Bits 4:8 - read for SPI_pad_config_hd
pub fn rd_chip_ver_pkg(&self) -> FieldReaderRaw<u8, u8>
pub fn rd_chip_ver_pkg(&self) -> FieldReaderRaw<u8, u8>
Bits 9:11 - least significant bits of chip package
pub fn rd_chip_cpu_freq_low(&self) -> BitReaderRaw<bool>
pub fn rd_chip_cpu_freq_low(&self) -> BitReaderRaw<bool>
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(&self) -> BitReaderRaw<bool>
pub fn rd_chip_cpu_freq_rated(&self) -> BitReaderRaw<bool>
Bit 13 - If set, the ESP32’s maximum CPU frequency has been rated
pub fn rd_blk3_part_reserve(&self) -> BitReaderRaw<bool>
pub fn rd_blk3_part_reserve(&self) -> BitReaderRaw<bool>
Bit 14 - If set, this bit indicates that BLOCK3[143:96] is reserved for internal use
pub fn rd_chip_ver_rev1(&self) -> BitReaderRaw<bool>
pub fn rd_chip_ver_rev1(&self) -> BitReaderRaw<bool>
Bit 15 - bit is set to 1 for rev1 silicon
Methods from Deref<Target = R<BLK0_RDATA3_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<BLK0_RDATA3_SPEC>> for R
impl From<R<BLK0_RDATA3_SPEC>> for R
§fn from(reader: R<BLK0_RDATA3_SPEC>) -> R
fn from(reader: R<BLK0_RDATA3_SPEC>) -> R
Converts to this type from the input type.