pub struct W(_);
Expand description
Register SAR_MEAS_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn xpd_sar_amp_fsm(&mut self) -> XPD_SAR_AMP_FSM_W<'_, 0>
pub fn xpd_sar_amp_fsm(&mut self) -> XPD_SAR_AMP_FSM_W<'_, 0>
Bits 0:3
sourcepub fn amp_rst_fb_fsm(&mut self) -> AMP_RST_FB_FSM_W<'_, 4>
pub fn amp_rst_fb_fsm(&mut self) -> AMP_RST_FB_FSM_W<'_, 4>
Bits 4:7
sourcepub fn amp_short_ref_fsm(&mut self) -> AMP_SHORT_REF_FSM_W<'_, 8>
pub fn amp_short_ref_fsm(&mut self) -> AMP_SHORT_REF_FSM_W<'_, 8>
Bits 8:11
sourcepub fn amp_short_ref_gnd_fsm(&mut self) -> AMP_SHORT_REF_GND_FSM_W<'_, 12>
pub fn amp_short_ref_gnd_fsm(&mut self) -> AMP_SHORT_REF_GND_FSM_W<'_, 12>
Bits 12:15
sourcepub fn xpd_sar_fsm(&mut self) -> XPD_SAR_FSM_W<'_, 16>
pub fn xpd_sar_fsm(&mut self) -> XPD_SAR_FSM_W<'_, 16>
Bits 16:19
sourcepub fn sar_rstb_fsm(&mut self) -> SAR_RSTB_FSM_W<'_, 20>
pub fn sar_rstb_fsm(&mut self) -> SAR_RSTB_FSM_W<'_, 20>
Bits 20:23
sourcepub fn sar2_xpd_wait(&mut self) -> SAR2_XPD_WAIT_W<'_, 24>
pub fn sar2_xpd_wait(&mut self) -> SAR2_XPD_WAIT_W<'_, 24>
Bits 24:31
Methods from Deref<Target = W<SAR_MEAS_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_MEAS_CTRL_SPEC>> for W
impl From<W<SAR_MEAS_CTRL_SPEC>> for W
sourcefn from(writer: W<SAR_MEAS_CTRL_SPEC>) -> Self
fn from(writer: W<SAR_MEAS_CTRL_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