pub struct W(_);
Expand description
Register BLK3_WDATA3
writer
Implementations
sourceimpl W
impl W
sourcepub fn blk3_din3(&mut self) -> BLK3_DIN3_W<'_>
pub fn blk3_din3(&mut self) -> BLK3_DIN3_W<'_>
Bits 0:31 - program for BLOCK3
sourcepub fn adc1_tp_low(&mut self) -> ADC1_TP_LOW_W<'_>
pub fn adc1_tp_low(&mut self) -> ADC1_TP_LOW_W<'_>
Bits 0:6 - ADC1 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
sourcepub fn adc1_tp_high(&mut self) -> ADC1_TP_HIGH_W<'_>
pub fn adc1_tp_high(&mut self) -> ADC1_TP_HIGH_W<'_>
Bits 7:15 - ADC1 Two Point calibration high point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
sourcepub fn adc2_tp_low(&mut self) -> ADC2_TP_LOW_W<'_>
pub fn adc2_tp_low(&mut self) -> ADC2_TP_LOW_W<'_>
Bits 16:22 - ADC2 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
sourcepub fn adc2_tp_high(&mut self) -> ADC2_TP_HIGH_W<'_>
pub fn adc2_tp_high(&mut self) -> ADC2_TP_HIGH_W<'_>
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>>
Trait Implementations
sourceimpl From<W<BLK3_WDATA3_SPEC>> for W
impl From<W<BLK3_WDATA3_SPEC>> for W
sourcefn from(writer: W<BLK3_WDATA3_SPEC>) -> Self
fn from(writer: W<BLK3_WDATA3_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more