Struct esp32s3::sens::sar_amp_ctrl3::R
source · pub struct R(_);
Expand description
Register SAR_AMP_CTRL3
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 - no public
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 4:7 - no public
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 8:11 - no public
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 12:15 - no public
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 16:19 - no public
sourcepub fn xpd_sar_fsm(&self) -> XPD_SAR_FSM_R
pub fn xpd_sar_fsm(&self) -> XPD_SAR_FSM_R
Bits 20:23 - no public
sourcepub fn rstb_fsm(&self) -> RSTB_FSM_R
pub fn rstb_fsm(&self) -> RSTB_FSM_R
Bits 24:27 - no public
Methods from Deref<Target = R<SAR_AMP_CTRL3_SPEC>>
Trait Implementations
sourceimpl From<R<SAR_AMP_CTRL3_SPEC>> for R
impl From<R<SAR_AMP_CTRL3_SPEC>> for R
sourcefn from(reader: R<SAR_AMP_CTRL3_SPEC>) -> Self
fn from(reader: R<SAR_AMP_CTRL3_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