Struct esp32c2_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 - Need add desc
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 - Need add desc
pub fn dg_pad_autohold(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 9>
pub fn dg_pad_autohold(
&mut self
) -> BitWriterRaw<'_, u32, DIG_ISO_SPEC, bool, BitM, 9>
Bit 9 - read only register to indicate digital pad auto-hold status
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 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 - Need add desc
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.
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