Struct esp32_hal::pac::efuse::blk3_wdata3::R
pub struct R(_);
Expand description
Register BLK3_WDATA3
reader
Implementations§
§impl R
impl R
pub fn adc1_tp_low(&self) -> FieldReaderRaw<u8, u8>
pub fn adc1_tp_low(&self) -> FieldReaderRaw<u8, u8>
Bits 0:6 - ADC1 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
pub fn adc1_tp_high(&self) -> FieldReaderRaw<u16, u16>
pub fn adc1_tp_high(&self) -> FieldReaderRaw<u16, u16>
Bits 7:15 - ADC1 Two Point calibration high point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
pub fn adc2_tp_low(&self) -> FieldReaderRaw<u8, u8>
pub fn adc2_tp_low(&self) -> FieldReaderRaw<u8, u8>
Bits 16:22 - ADC2 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
pub fn adc2_tp_high(&self) -> FieldReaderRaw<u16, u16>
pub fn adc2_tp_high(&self) -> FieldReaderRaw<u16, u16>
Bits 23:31 - ADC2 Two Point calibration high point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
Methods from Deref<Target = R<BLK3_WDATA3_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<BLK3_WDATA3_SPEC>> for R
impl From<R<BLK3_WDATA3_SPEC>> for R
§fn from(reader: R<BLK3_WDATA3_SPEC>) -> R
fn from(reader: R<BLK3_WDATA3_SPEC>) -> R
Converts to this type from the input type.