Struct esp32s3_hal::pac::rtc_cntl::dig_iso::W
pub struct W(_);
Expand description
Register DIG_ISO
writer
Implementations§
§impl W
impl W
pub fn force_off(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 7>
pub fn force_off(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 7>
Bit 7 - No public
pub fn force_on(&mut self) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 8>
pub fn force_on(&mut self) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 8>
Bit 8 - No public
pub fn clr_dg_pad_autohold(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 10>
pub fn clr_dg_pad_autohold(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 10>
Bit 10 - wtite only register to clear digital pad auto-hold
pub fn dg_pad_autohold_en(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 11>
pub fn dg_pad_autohold_en(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 11>
Bit 11 - digital pad enable auto-hold
pub fn dg_pad_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 12>
pub fn dg_pad_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 12>
Bit 12 - digital pad force no ISO
pub fn dg_pad_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 13>
pub fn dg_pad_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 13>
Bit 13 - digital pad force ISO
pub fn dg_pad_force_unhold(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 14>
pub fn dg_pad_force_unhold(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 14>
Bit 14 - digital pad force un-hold
pub fn dg_pad_force_hold(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 15>
pub fn dg_pad_force_hold(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 15>
Bit 15 - digital pad force hold
pub fn bt_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 22>
pub fn bt_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 22>
Bit 22 - internal SRAM 2 force ISO
pub fn bt_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 23>
pub fn bt_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 23>
Bit 23 - internal SRAM 2 force no ISO
pub fn dg_peri_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 24>
pub fn dg_peri_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 24>
Bit 24 - internal SRAM 3 force ISO
pub fn dg_peri_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 25>
pub fn dg_peri_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 25>
Bit 25 - internal SRAM 3 force no ISO
pub fn cpu_top_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 26>
pub fn cpu_top_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 26>
Bit 26 - internal SRAM 4 force ISO
pub fn cpu_top_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 27>
pub fn cpu_top_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 27>
Bit 27 - internal SRAM 4 force no ISO
pub fn wifi_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 28>
pub fn wifi_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 28>
Bit 28 - wifi force ISO
pub fn wifi_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 29>
pub fn wifi_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 29>
Bit 29 - wifi force no ISO
pub fn dg_wrap_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 30>
pub fn dg_wrap_force_iso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 30>
Bit 30 - digital core force ISO
pub fn dg_wrap_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 31>
pub fn dg_wrap_force_noiso(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 31>
Bit 31 - digita core force no ISO
Methods from Deref<Target = W<DIG_ISO_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<DIG_ISO_SPEC>> for W
impl From<W<DIG_ISO_SPEC>> for W
§fn from(writer: W<DIG_ISO_SPEC>) -> W
fn from(writer: W<DIG_ISO_SPEC>) -> W
Converts to this type from the input type.