Struct d1_pac::sys_cfg::rescal_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register rescal_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn cal_ana_en(&mut self) -> CAL_ANA_EN_W<'_, 1>
pub fn cal_ana_en(&mut self) -> CAL_ANA_EN_W<'_, 1>
Bit 1 - Calibration Circuits Analog Enable
sourcepub fn rescal_mode(&mut self) -> RESCAL_MODE_W<'_, 2>
pub fn rescal_mode(&mut self) -> RESCAL_MODE_W<'_, 2>
Bit 2 - RESCAL Calibration Mode Select
sourcepub fn ddr_res240_trimming_sel(&mut self) -> DDR_RES240_TRIMMING_SEL_W<'_, 8>
pub fn ddr_res240_trimming_sel(&mut self) -> DDR_RES240_TRIMMING_SEL_W<'_, 8>
Bit 8 - 240ohms Resistor Trimming Source Select
Methods from Deref<Target = W<RESCAL_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more