Struct esp32s2::sens::sar_amp_ctrl2::W
source · pub struct W(_);
Expand description
Register SAR_AMP_CTRL2
writer
Implementations
sourceimpl W
impl W
sourcepub fn sar1_dac_xpd_fsm_idle(&mut self) -> SAR1_DAC_XPD_FSM_IDLE_W<'_, 0>
pub fn sar1_dac_xpd_fsm_idle(&mut self) -> SAR1_DAC_XPD_FSM_IDLE_W<'_, 0>
Bit 0
sourcepub fn xpd_sar_amp_fsm_idle(&mut self) -> XPD_SAR_AMP_FSM_IDLE_W<'_, 1>
pub fn xpd_sar_amp_fsm_idle(&mut self) -> XPD_SAR_AMP_FSM_IDLE_W<'_, 1>
Bit 1
sourcepub fn amp_rst_fb_fsm_idle(&mut self) -> AMP_RST_FB_FSM_IDLE_W<'_, 2>
pub fn amp_rst_fb_fsm_idle(&mut self) -> AMP_RST_FB_FSM_IDLE_W<'_, 2>
Bit 2
sourcepub fn amp_short_ref_fsm_idle(&mut self) -> AMP_SHORT_REF_FSM_IDLE_W<'_, 3>
pub fn amp_short_ref_fsm_idle(&mut self) -> AMP_SHORT_REF_FSM_IDLE_W<'_, 3>
Bit 3
sourcepub fn amp_short_ref_gnd_fsm_idle(
&mut self
) -> AMP_SHORT_REF_GND_FSM_IDLE_W<'_, 4>
pub fn amp_short_ref_gnd_fsm_idle(
&mut self
) -> AMP_SHORT_REF_GND_FSM_IDLE_W<'_, 4>
Bit 4
sourcepub fn xpd_sar_fsm_idle(&mut self) -> XPD_SAR_FSM_IDLE_W<'_, 5>
pub fn xpd_sar_fsm_idle(&mut self) -> XPD_SAR_FSM_IDLE_W<'_, 5>
Bit 5
sourcepub fn sar_rstb_fsm_idle(&mut self) -> SAR_RSTB_FSM_IDLE_W<'_, 6>
pub fn sar_rstb_fsm_idle(&mut self) -> SAR_RSTB_FSM_IDLE_W<'_, 6>
Bit 6
sourcepub fn sar_amp_wait3(&mut self) -> SAR_AMP_WAIT3_W<'_, 16>
pub fn sar_amp_wait3(&mut self) -> SAR_AMP_WAIT3_W<'_, 16>
Bits 16:31
Methods from Deref<Target = W<SAR_AMP_CTRL2_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_AMP_CTRL2_SPEC>> for W
impl From<W<SAR_AMP_CTRL2_SPEC>> for W
sourcefn from(writer: W<SAR_AMP_CTRL2_SPEC>) -> Self
fn from(writer: W<SAR_AMP_CTRL2_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