Struct esp32s3_hal::pac::sens::sar_amp_ctrl3::R
pub struct R(_);
Expand description
Register SAR_AMP_CTRL3
reader
Implementations§
§impl R
impl R
pub fn sar1_dac_xpd_fsm(&self) -> FieldReaderRaw<u8, u8>
pub fn sar1_dac_xpd_fsm(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3 - no public
pub fn xpd_sar_amp_fsm(&self) -> FieldReaderRaw<u8, u8>
pub fn xpd_sar_amp_fsm(&self) -> FieldReaderRaw<u8, u8>
Bits 4:7 - no public
pub fn amp_rst_fb_fsm(&self) -> FieldReaderRaw<u8, u8>
pub fn amp_rst_fb_fsm(&self) -> FieldReaderRaw<u8, u8>
Bits 8:11 - no public
pub fn amp_short_ref_fsm(&self) -> FieldReaderRaw<u8, u8>
pub fn amp_short_ref_fsm(&self) -> FieldReaderRaw<u8, u8>
Bits 12:15 - no public
pub fn amp_short_ref_gnd_fsm(&self) -> FieldReaderRaw<u8, u8>
pub fn amp_short_ref_gnd_fsm(&self) -> FieldReaderRaw<u8, u8>
Bits 16:19 - no public
pub fn xpd_sar_fsm(&self) -> FieldReaderRaw<u8, u8>
pub fn xpd_sar_fsm(&self) -> FieldReaderRaw<u8, u8>
Bits 20:23 - no public
Methods from Deref<Target = R<SAR_AMP_CTRL3_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_CTRL3_SPEC>> for R
impl From<R<SAR_AMP_CTRL3_SPEC>> for R
§fn from(reader: R<SAR_AMP_CTRL3_SPEC>) -> R
fn from(reader: R<SAR_AMP_CTRL3_SPEC>) -> R
Converts to this type from the input type.