Struct esp32s3_hal::pac::sens::sar_amp_ctrl3::W
pub struct W(_);
Expand description
Register SAR_AMP_CTRL3
writer
Implementations§
§impl W
impl W
pub fn sar1_dac_xpd_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 0>
pub fn sar1_dac_xpd_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 0>
Bits 0:3 - no public
pub fn xpd_sar_amp_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 4>
pub fn xpd_sar_amp_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 4>
Bits 4:7 - no public
pub fn amp_rst_fb_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 8>
pub fn amp_rst_fb_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 8>
Bits 8:11 - no public
pub fn amp_short_ref_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 12>
pub fn amp_short_ref_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 12>
Bits 12:15 - no public
pub fn amp_short_ref_gnd_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 16>
pub fn amp_short_ref_gnd_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 16>
Bits 16:19 - no public
pub fn xpd_sar_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 20>
pub fn xpd_sar_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 20>
Bits 20:23 - no public
pub fn rstb_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 24>
pub fn rstb_fsm(
&mut self
) -> FieldWriterRaw<'_, u32, SAR_AMP_CTRL3_SPEC, u8, u8, Unsafe, 4, 24>
Bits 24:27 - no public
Methods from Deref<Target = W<SAR_AMP_CTRL3_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<SAR_AMP_CTRL3_SPEC>> for W
impl From<W<SAR_AMP_CTRL3_SPEC>> for W
§fn from(writer: W<SAR_AMP_CTRL3_SPEC>) -> W
fn from(writer: W<SAR_AMP_CTRL3_SPEC>) -> W
Converts to this type from the input type.