pub struct R(_);
Expand description
Register DIG_ISO
reader
Implementations
sourceimpl R
impl R
sourcepub fn force_off(&self) -> FORCE_OFF_R
pub fn force_off(&self) -> FORCE_OFF_R
Bit 7 - Need add desc
sourcepub fn force_on(&self) -> FORCE_ON_R
pub fn force_on(&self) -> FORCE_ON_R
Bit 8 - Need add desc
sourcepub fn dg_pad_autohold(&self) -> DG_PAD_AUTOHOLD_R
pub fn dg_pad_autohold(&self) -> DG_PAD_AUTOHOLD_R
Bit 9 - read only register to indicate digital pad auto-hold status
sourcepub fn clr_dg_pad_autohold(&self) -> CLR_DG_PAD_AUTOHOLD_R
pub fn clr_dg_pad_autohold(&self) -> CLR_DG_PAD_AUTOHOLD_R
Bit 10 - wtite only register to clear digital pad auto-hold
sourcepub fn dg_pad_autohold_en(&self) -> DG_PAD_AUTOHOLD_EN_R
pub fn dg_pad_autohold_en(&self) -> DG_PAD_AUTOHOLD_EN_R
Bit 11 - digital pad enable auto-hold
sourcepub fn dg_pad_force_noiso(&self) -> DG_PAD_FORCE_NOISO_R
pub fn dg_pad_force_noiso(&self) -> DG_PAD_FORCE_NOISO_R
Bit 12 - digital pad force no ISO
sourcepub fn dg_pad_force_iso(&self) -> DG_PAD_FORCE_ISO_R
pub fn dg_pad_force_iso(&self) -> DG_PAD_FORCE_ISO_R
Bit 13 - digital pad force ISO
sourcepub fn dg_pad_force_unhold(&self) -> DG_PAD_FORCE_UNHOLD_R
pub fn dg_pad_force_unhold(&self) -> DG_PAD_FORCE_UNHOLD_R
Bit 14 - digital pad force un-hold
sourcepub fn dg_pad_force_hold(&self) -> DG_PAD_FORCE_HOLD_R
pub fn dg_pad_force_hold(&self) -> DG_PAD_FORCE_HOLD_R
Bit 15 - digital pad force hold
sourcepub fn dg_wrap_force_iso(&self) -> DG_WRAP_FORCE_ISO_R
pub fn dg_wrap_force_iso(&self) -> DG_WRAP_FORCE_ISO_R
Bit 30 - digital core force ISO
sourcepub fn dg_wrap_force_noiso(&self) -> DG_WRAP_FORCE_NOISO_R
pub fn dg_wrap_force_noiso(&self) -> DG_WRAP_FORCE_NOISO_R
Bit 31 - Need add desc
Methods from Deref<Target = R<DIG_ISO_SPEC>>
Trait Implementations
sourceimpl From<R<DIG_ISO_SPEC>> for R
impl From<R<DIG_ISO_SPEC>> for R
sourcefn from(reader: R<DIG_ISO_SPEC>) -> Self
fn from(reader: R<DIG_ISO_SPEC>) -> Self
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