pub struct W(_);
Expand description
Register SAR_MEAS_WAIT2
writer
Implementations
sourceimpl W
impl W
sourcepub fn force_xpd_sar_sw(&mut self) -> FORCE_XPD_SAR_SW_W<'_, 0>
pub fn force_xpd_sar_sw(&mut self) -> FORCE_XPD_SAR_SW_W<'_, 0>
Bit 0
sourcepub fn sar_amp_wait3(&mut self) -> SAR_AMP_WAIT3_W<'_, 0>
pub fn sar_amp_wait3(&mut self) -> SAR_AMP_WAIT3_W<'_, 0>
Bits 0:15
sourcepub fn force_xpd_amp(&mut self) -> FORCE_XPD_AMP_W<'_, 16>
pub fn force_xpd_amp(&mut self) -> FORCE_XPD_AMP_W<'_, 16>
Bits 16:17
sourcepub fn force_xpd_sar(&mut self) -> FORCE_XPD_SAR_W<'_, 18>
pub fn force_xpd_sar(&mut self) -> FORCE_XPD_SAR_W<'_, 18>
Bits 18:19
sourcepub fn sar2_rstb_wait(&mut self) -> SAR2_RSTB_WAIT_W<'_, 20>
pub fn sar2_rstb_wait(&mut self) -> SAR2_RSTB_WAIT_W<'_, 20>
Bits 20:27
Methods from Deref<Target = W<SAR_MEAS_WAIT2_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_MEAS_WAIT2_SPEC>> for W
impl From<W<SAR_MEAS_WAIT2_SPEC>> for W
sourcefn from(writer: W<SAR_MEAS_WAIT2_SPEC>) -> Self
fn from(writer: W<SAR_MEAS_WAIT2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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