Struct esp32s3_hal::pac::sens::sar_amp_ctrl2::R
pub struct R(_);
Expand description
Register SAR_AMP_CTRL2
reader
Implementations§
§impl R
impl R
pub fn sar_sar1_dac_xpd_fsm_idle(&self) -> BitReaderRaw<bool>
pub fn sar_sar1_dac_xpd_fsm_idle(&self) -> BitReaderRaw<bool>
Bit 0 - no public
pub fn sar_xpd_sar_amp_fsm_idle(&self) -> BitReaderRaw<bool>
pub fn sar_xpd_sar_amp_fsm_idle(&self) -> BitReaderRaw<bool>
Bit 1 - no public
pub fn sar_amp_rst_fb_fsm_idle(&self) -> BitReaderRaw<bool>
pub fn sar_amp_rst_fb_fsm_idle(&self) -> BitReaderRaw<bool>
Bit 2 - no public
pub fn sar_amp_short_ref_fsm_idle(&self) -> BitReaderRaw<bool>
pub fn sar_amp_short_ref_fsm_idle(&self) -> BitReaderRaw<bool>
Bit 3 - no public
pub fn sar_amp_short_ref_gnd_fsm_idle(&self) -> BitReaderRaw<bool>
pub fn sar_amp_short_ref_gnd_fsm_idle(&self) -> BitReaderRaw<bool>
Bit 4 - no public
pub fn sar_xpd_sar_fsm_idle(&self) -> BitReaderRaw<bool>
pub fn sar_xpd_sar_fsm_idle(&self) -> BitReaderRaw<bool>
Bit 5 - no public
pub fn sar_rstb_fsm_idle(&self) -> BitReaderRaw<bool>
pub fn sar_rstb_fsm_idle(&self) -> BitReaderRaw<bool>
Bit 6 - no public
pub fn sar_amp_wait3(&self) -> FieldReaderRaw<u16, u16>
pub fn sar_amp_wait3(&self) -> FieldReaderRaw<u16, u16>
Bits 16:31 - no public
Methods from Deref<Target = R<SAR_AMP_CTRL2_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<SAR_AMP_CTRL2_SPEC>> for R
impl From<R<SAR_AMP_CTRL2_SPEC>> for R
§fn from(reader: R<SAR_AMP_CTRL2_SPEC>) -> R
fn from(reader: R<SAR_AMP_CTRL2_SPEC>) -> R
Converts to this type from the input type.