Struct esp32s3::sens::sar_meas2_ctrl1::R
source · pub struct R(_);
Expand description
Register SAR_MEAS2_CTRL1
reader
Implementations
sourceimpl R
impl R
sourcepub fn sar_sar2_cntl_state(&self) -> SAR_SAR2_CNTL_STATE_R
pub fn sar_sar2_cntl_state(&self) -> SAR_SAR2_CNTL_STATE_R
Bits 0:2 - saradc2_cntl_fsm
sourcepub fn sar_sar2_pwdet_cal_en(&self) -> SAR_SAR2_PWDET_CAL_EN_R
pub fn sar_sar2_pwdet_cal_en(&self) -> SAR_SAR2_PWDET_CAL_EN_R
Bit 3 - rtc control pwdet enable
sourcepub fn sar_sar2_pkdet_cal_en(&self) -> SAR_SAR2_PKDET_CAL_EN_R
pub fn sar_sar2_pkdet_cal_en(&self) -> SAR_SAR2_PKDET_CAL_EN_R
Bit 4 - rtc control pkdet enable
sourcepub fn sar_sar2_en_test(&self) -> SAR_SAR2_EN_TEST_R
pub fn sar_sar2_en_test(&self) -> SAR_SAR2_EN_TEST_R
Bit 5 - SAR2_EN_TEST
sourcepub fn sar_sar2_rstb_force(&self) -> SAR_SAR2_RSTB_FORCE_R
pub fn sar_sar2_rstb_force(&self) -> SAR_SAR2_RSTB_FORCE_R
Bits 6:7 - no public
sourcepub fn sar_sar2_standby_wait(&self) -> SAR_SAR2_STANDBY_WAIT_R
pub fn sar_sar2_standby_wait(&self) -> SAR_SAR2_STANDBY_WAIT_R
Bits 8:15 - no public
sourcepub fn sar_sar2_rstb_wait(&self) -> SAR_SAR2_RSTB_WAIT_R
pub fn sar_sar2_rstb_wait(&self) -> SAR_SAR2_RSTB_WAIT_R
Bits 16:23 - no public
sourcepub fn sar_sar2_xpd_wait(&self) -> SAR_SAR2_XPD_WAIT_R
pub fn sar_sar2_xpd_wait(&self) -> SAR_SAR2_XPD_WAIT_R
Bits 24:31 - no public
Methods from Deref<Target = R<SAR_MEAS2_CTRL1_SPEC>>
Trait Implementations
sourceimpl From<R<SAR_MEAS2_CTRL1_SPEC>> for R
impl From<R<SAR_MEAS2_CTRL1_SPEC>> for R
sourcefn from(reader: R<SAR_MEAS2_CTRL1_SPEC>) -> Self
fn from(reader: R<SAR_MEAS2_CTRL1_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