pub struct R(_);
Expand description
Register SAR_MEAS_CTRL2
reader
Implementations
sourceimpl R
impl R
sourcepub fn sar1_dac_xpd_fsm(&self) -> SAR1_DAC_XPD_FSM_R
pub fn sar1_dac_xpd_fsm(&self) -> SAR1_DAC_XPD_FSM_R
Bits 0:3
sourcepub fn sar1_dac_xpd_fsm_idle(&self) -> SAR1_DAC_XPD_FSM_IDLE_R
pub fn sar1_dac_xpd_fsm_idle(&self) -> SAR1_DAC_XPD_FSM_IDLE_R
Bit 4
sourcepub fn xpd_sar_amp_fsm_idle(&self) -> XPD_SAR_AMP_FSM_IDLE_R
pub fn xpd_sar_amp_fsm_idle(&self) -> XPD_SAR_AMP_FSM_IDLE_R
Bit 5
sourcepub fn amp_rst_fb_fsm_idle(&self) -> AMP_RST_FB_FSM_IDLE_R
pub fn amp_rst_fb_fsm_idle(&self) -> AMP_RST_FB_FSM_IDLE_R
Bit 6
sourcepub fn amp_short_ref_fsm_idle(&self) -> AMP_SHORT_REF_FSM_IDLE_R
pub fn amp_short_ref_fsm_idle(&self) -> AMP_SHORT_REF_FSM_IDLE_R
Bit 7
sourcepub fn amp_short_ref_gnd_fsm_idle(&self) -> AMP_SHORT_REF_GND_FSM_IDLE_R
pub fn amp_short_ref_gnd_fsm_idle(&self) -> AMP_SHORT_REF_GND_FSM_IDLE_R
Bit 8
sourcepub fn xpd_sar_fsm_idle(&self) -> XPD_SAR_FSM_IDLE_R
pub fn xpd_sar_fsm_idle(&self) -> XPD_SAR_FSM_IDLE_R
Bit 9
sourcepub fn sar_rstb_fsm_idle(&self) -> SAR_RSTB_FSM_IDLE_R
pub fn sar_rstb_fsm_idle(&self) -> SAR_RSTB_FSM_IDLE_R
Bit 10
sourcepub fn sar2_rstb_force(&self) -> SAR2_RSTB_FORCE_R
pub fn sar2_rstb_force(&self) -> SAR2_RSTB_FORCE_R
Bits 11:12
sourcepub fn amp_rst_fb_force(&self) -> AMP_RST_FB_FORCE_R
pub fn amp_rst_fb_force(&self) -> AMP_RST_FB_FORCE_R
Bits 13:14
sourcepub fn amp_short_ref_force(&self) -> AMP_SHORT_REF_FORCE_R
pub fn amp_short_ref_force(&self) -> AMP_SHORT_REF_FORCE_R
Bits 15:16
sourcepub fn amp_short_ref_gnd_force(&self) -> AMP_SHORT_REF_GND_FORCE_R
pub fn amp_short_ref_gnd_force(&self) -> AMP_SHORT_REF_GND_FORCE_R
Bits 17:18
Methods from Deref<Target = R<SAR_MEAS_CTRL2_SPEC>>
Trait Implementations
sourceimpl From<R<SAR_MEAS_CTRL2_SPEC>> for R
impl From<R<SAR_MEAS_CTRL2_SPEC>> for R
sourcefn from(reader: R<SAR_MEAS_CTRL2_SPEC>) -> Self
fn from(reader: R<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