Struct esp32c2_hal::pac::efuse::rd_blk2_data6::R
pub struct R(_);
Expand description
Register RD_BLK2_DATA6
reader
Implementations§
§impl R
impl R
pub fn adc_calibration_3(&self) -> FieldReaderRaw<u16, u16>
pub fn adc_calibration_3(&self) -> FieldReaderRaw<u16, u16>
Bits 0:10 - Store the bit [86:96] of ADC calibration data.
pub fn blk2_reserved_data_0(&self) -> FieldReaderRaw<u32, u32>
pub fn blk2_reserved_data_0(&self) -> FieldReaderRaw<u32, u32>
Bits 11:31 - Store the bit [0:20] of block2 reserved data.
Methods from Deref<Target = R<RD_BLK2_DATA6_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_DATA6_SPEC>> for R
impl From<R<RD_BLK2_DATA6_SPEC>> for R
§fn from(reader: R<RD_BLK2_DATA6_SPEC>) -> R
fn from(reader: R<RD_BLK2_DATA6_SPEC>) -> R
Converts to this type from the input type.