pub struct R(_);
Expand description
Register SAR_MEAS_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn xpd_sar_amp_fsm(&self) -> XPD_SAR_AMP_FSM_R
pub fn xpd_sar_amp_fsm(&self) -> XPD_SAR_AMP_FSM_R
Bits 0:3
sourcepub fn amp_rst_fb_fsm(&self) -> AMP_RST_FB_FSM_R
pub fn amp_rst_fb_fsm(&self) -> AMP_RST_FB_FSM_R
Bits 4:7
sourcepub fn amp_short_ref_fsm(&self) -> AMP_SHORT_REF_FSM_R
pub fn amp_short_ref_fsm(&self) -> AMP_SHORT_REF_FSM_R
Bits 8:11
sourcepub fn amp_short_ref_gnd_fsm(&self) -> AMP_SHORT_REF_GND_FSM_R
pub fn amp_short_ref_gnd_fsm(&self) -> AMP_SHORT_REF_GND_FSM_R
Bits 12:15
sourcepub fn xpd_sar_fsm(&self) -> XPD_SAR_FSM_R
pub fn xpd_sar_fsm(&self) -> XPD_SAR_FSM_R
Bits 16:19
sourcepub fn sar_rstb_fsm(&self) -> SAR_RSTB_FSM_R
pub fn sar_rstb_fsm(&self) -> SAR_RSTB_FSM_R
Bits 20:23
sourcepub fn sar2_xpd_wait(&self) -> SAR2_XPD_WAIT_R
pub fn sar2_xpd_wait(&self) -> SAR2_XPD_WAIT_R
Bits 24:31
Methods from Deref<Target = R<SAR_MEAS_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<SAR_MEAS_CTRL_SPEC>> for R
impl From<R<SAR_MEAS_CTRL_SPEC>> for R
sourcefn from(reader: R<SAR_MEAS_CTRL_SPEC>) -> Self
fn from(reader: R<SAR_MEAS_CTRL_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