Struct esp32_hal::pac::efuse::blk3_wdata3::W
pub struct W(_);
Expand description
Register BLK3_WDATA3
writer
Implementations§
§impl W
impl W
pub fn blk3_din3(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u32, u32, Unsafe, 32, 0>
pub fn blk3_din3(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u32, u32, Unsafe, 32, 0>
Bits 0:31 - program for BLOCK3
pub fn adc1_tp_low(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u8, u8, Unsafe, 7, 0>
pub fn adc1_tp_low(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u8, u8, Unsafe, 7, 0>
Bits 0:6 - ADC1 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
pub fn adc1_tp_high(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u16, u16, Unsafe, 9, 7>
pub fn adc1_tp_high(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u16, u16, Unsafe, 9, 7>
Bits 7:15 - ADC1 Two Point calibration high point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
pub fn adc2_tp_low(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u8, u8, Unsafe, 7, 16>
pub fn adc2_tp_low(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u8, u8, Unsafe, 7, 16>
Bits 16:22 - ADC2 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
pub fn adc2_tp_high(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u16, u16, Unsafe, 9, 23>
pub fn adc2_tp_high(
&mut self
) -> FieldWriterRaw<'_, u32, BLK3_WDATA3_SPEC, u16, u16, Unsafe, 9, 23>
Bits 23:31 - ADC2 Two Point calibration high point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
Methods from Deref<Target = W<BLK3_WDATA3_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<BLK3_WDATA3_SPEC>> for W
impl From<W<BLK3_WDATA3_SPEC>> for W
§fn from(writer: W<BLK3_WDATA3_SPEC>) -> W
fn from(writer: W<BLK3_WDATA3_SPEC>) -> W
Converts to this type from the input type.