Struct esp32c2_hal::pac::efuse::rd_blk2_data1::R
pub struct R(_);
Expand description
Register RD_BLK2_DATA1
reader
Implementations§
§impl R
impl R
pub fn mac_id_high(&self) -> FieldReaderRaw<u16, u16>
pub fn mac_id_high(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - Store the bit [31:47] of MAC.
pub fn wafer_version(&self) -> FieldReaderRaw<u8, u8>
pub fn wafer_version(&self) -> FieldReaderRaw<u8, u8>
Bits 16:18 - Store wafer version.
pub fn pkg_version(&self) -> FieldReaderRaw<u8, u8>
pub fn pkg_version(&self) -> FieldReaderRaw<u8, u8>
Bits 19:21 - Store package version.
pub fn blk2_efuse_version(&self) -> FieldReaderRaw<u8, u8>
pub fn blk2_efuse_version(&self) -> FieldReaderRaw<u8, u8>
Bits 22:24 - Store efuse version.
pub fn rf_ref_i_bias_config(&self) -> FieldReaderRaw<u8, u8>
pub fn rf_ref_i_bias_config(&self) -> FieldReaderRaw<u8, u8>
Bits 25:28 - Store rf configuration parameters.
pub fn ldo_vol_bias_config_low(&self) -> FieldReaderRaw<u8, u8>
pub fn ldo_vol_bias_config_low(&self) -> FieldReaderRaw<u8, u8>
Bits 29:31 - Store the bit [0:2] of ido configuration parameters.
Methods from Deref<Target = R<RD_BLK2_DATA1_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<RD_BLK2_DATA1_SPEC>> for R
impl From<R<RD_BLK2_DATA1_SPEC>> for R
§fn from(reader: R<RD_BLK2_DATA1_SPEC>) -> R
fn from(reader: R<RD_BLK2_DATA1_SPEC>) -> R
Converts to this type from the input type.