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 - No public
sourcepub fn force_on(&self) -> FORCE_ON_R
pub fn force_on(&self) -> FORCE_ON_R
Bit 8 - No public
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 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 bt_force_iso(&self) -> BT_FORCE_ISO_R
pub fn bt_force_iso(&self) -> BT_FORCE_ISO_R
Bit 22 - internal SRAM 2 force ISO
sourcepub fn bt_force_noiso(&self) -> BT_FORCE_NOISO_R
pub fn bt_force_noiso(&self) -> BT_FORCE_NOISO_R
Bit 23 - internal SRAM 2 force no ISO
sourcepub fn dg_peri_force_iso(&self) -> DG_PERI_FORCE_ISO_R
pub fn dg_peri_force_iso(&self) -> DG_PERI_FORCE_ISO_R
Bit 24 - internal SRAM 3 force ISO
sourcepub fn dg_peri_force_noiso(&self) -> DG_PERI_FORCE_NOISO_R
pub fn dg_peri_force_noiso(&self) -> DG_PERI_FORCE_NOISO_R
Bit 25 - internal SRAM 3 force no ISO
sourcepub fn cpu_top_force_iso(&self) -> CPU_TOP_FORCE_ISO_R
pub fn cpu_top_force_iso(&self) -> CPU_TOP_FORCE_ISO_R
Bit 26 - internal SRAM 4 force ISO
sourcepub fn cpu_top_force_noiso(&self) -> CPU_TOP_FORCE_NOISO_R
pub fn cpu_top_force_noiso(&self) -> CPU_TOP_FORCE_NOISO_R
Bit 27 - internal SRAM 4 force no ISO
sourcepub fn wifi_force_iso(&self) -> WIFI_FORCE_ISO_R
pub fn wifi_force_iso(&self) -> WIFI_FORCE_ISO_R
Bit 28 - wifi force ISO
sourcepub fn wifi_force_noiso(&self) -> WIFI_FORCE_NOISO_R
pub fn wifi_force_noiso(&self) -> WIFI_FORCE_NOISO_R
Bit 29 - wifi force no ISO
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 - digita core force no ISO
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