pub struct W(_);
Expand description
Register SAR_MEAS_CTRL2
writer
Implementations
sourceimpl W
impl W
sourcepub fn sar1_dac_xpd_fsm(&mut self) -> SAR1_DAC_XPD_FSM_W<'_, 0>
pub fn sar1_dac_xpd_fsm(&mut self) -> SAR1_DAC_XPD_FSM_W<'_, 0>
Bits 0:3
sourcepub fn sar1_dac_xpd_fsm_idle(&mut self) -> SAR1_DAC_XPD_FSM_IDLE_W<'_, 4>
pub fn sar1_dac_xpd_fsm_idle(&mut self) -> SAR1_DAC_XPD_FSM_IDLE_W<'_, 4>
Bit 4
sourcepub fn xpd_sar_amp_fsm_idle(&mut self) -> XPD_SAR_AMP_FSM_IDLE_W<'_, 5>
pub fn xpd_sar_amp_fsm_idle(&mut self) -> XPD_SAR_AMP_FSM_IDLE_W<'_, 5>
Bit 5
sourcepub fn amp_rst_fb_fsm_idle(&mut self) -> AMP_RST_FB_FSM_IDLE_W<'_, 6>
pub fn amp_rst_fb_fsm_idle(&mut self) -> AMP_RST_FB_FSM_IDLE_W<'_, 6>
Bit 6
sourcepub fn amp_short_ref_fsm_idle(&mut self) -> AMP_SHORT_REF_FSM_IDLE_W<'_, 7>
pub fn amp_short_ref_fsm_idle(&mut self) -> AMP_SHORT_REF_FSM_IDLE_W<'_, 7>
Bit 7
sourcepub fn amp_short_ref_gnd_fsm_idle(
&mut self
) -> AMP_SHORT_REF_GND_FSM_IDLE_W<'_, 8>
pub fn amp_short_ref_gnd_fsm_idle(
&mut self
) -> AMP_SHORT_REF_GND_FSM_IDLE_W<'_, 8>
Bit 8
sourcepub fn xpd_sar_fsm_idle(&mut self) -> XPD_SAR_FSM_IDLE_W<'_, 9>
pub fn xpd_sar_fsm_idle(&mut self) -> XPD_SAR_FSM_IDLE_W<'_, 9>
Bit 9
sourcepub fn sar_rstb_fsm_idle(&mut self) -> SAR_RSTB_FSM_IDLE_W<'_, 10>
pub fn sar_rstb_fsm_idle(&mut self) -> SAR_RSTB_FSM_IDLE_W<'_, 10>
Bit 10
sourcepub fn sar2_rstb_force(&mut self) -> SAR2_RSTB_FORCE_W<'_, 11>
pub fn sar2_rstb_force(&mut self) -> SAR2_RSTB_FORCE_W<'_, 11>
Bits 11:12
sourcepub fn amp_rst_fb_force(&mut self) -> AMP_RST_FB_FORCE_W<'_, 13>
pub fn amp_rst_fb_force(&mut self) -> AMP_RST_FB_FORCE_W<'_, 13>
Bits 13:14
sourcepub fn amp_short_ref_force(&mut self) -> AMP_SHORT_REF_FORCE_W<'_, 15>
pub fn amp_short_ref_force(&mut self) -> AMP_SHORT_REF_FORCE_W<'_, 15>
Bits 15:16
sourcepub fn amp_short_ref_gnd_force(&mut self) -> AMP_SHORT_REF_GND_FORCE_W<'_, 17>
pub fn amp_short_ref_gnd_force(&mut self) -> AMP_SHORT_REF_GND_FORCE_W<'_, 17>
Bits 17:18
Methods from Deref<Target = W<SAR_MEAS_CTRL2_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_MEAS_CTRL2_SPEC>> for W
impl From<W<SAR_MEAS_CTRL2_SPEC>> for W
sourcefn from(writer: W<SAR_MEAS_CTRL2_SPEC>) -> Self
fn from(writer: W<SAR_MEAS_CTRL2_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