Struct esp32s3::rtc_cntl::dig_iso::R

source ·
pub struct R(_);
Expand description

Register DIG_ISO reader

Implementations§

source§

impl R

source

pub fn force_off(&self) -> FORCE_OFF_R

Bit 7 - No public

source

pub fn force_on(&self) -> FORCE_ON_R

Bit 8 - No public

source

pub fn dg_pad_autohold(&self) -> DG_PAD_AUTOHOLD_R

Bit 9 - read only register to indicate digital pad auto-hold status

source

pub fn dg_pad_autohold_en(&self) -> DG_PAD_AUTOHOLD_EN_R

Bit 11 - digital pad enable auto-hold

source

pub fn dg_pad_force_noiso(&self) -> DG_PAD_FORCE_NOISO_R

Bit 12 - digital pad force no ISO

source

pub fn dg_pad_force_iso(&self) -> DG_PAD_FORCE_ISO_R

Bit 13 - digital pad force ISO

source

pub fn dg_pad_force_unhold(&self) -> DG_PAD_FORCE_UNHOLD_R

Bit 14 - digital pad force un-hold

source

pub fn dg_pad_force_hold(&self) -> DG_PAD_FORCE_HOLD_R

Bit 15 - digital pad force hold

source

pub fn bt_force_iso(&self) -> BT_FORCE_ISO_R

Bit 22 - internal SRAM 2 force ISO

source

pub fn bt_force_noiso(&self) -> BT_FORCE_NOISO_R

Bit 23 - internal SRAM 2 force no ISO

source

pub fn dg_peri_force_iso(&self) -> DG_PERI_FORCE_ISO_R

Bit 24 - internal SRAM 3 force ISO

source

pub fn dg_peri_force_noiso(&self) -> DG_PERI_FORCE_NOISO_R

Bit 25 - internal SRAM 3 force no ISO

source

pub fn cpu_top_force_iso(&self) -> CPU_TOP_FORCE_ISO_R

Bit 26 - internal SRAM 4 force ISO

source

pub fn cpu_top_force_noiso(&self) -> CPU_TOP_FORCE_NOISO_R

Bit 27 - internal SRAM 4 force no ISO

source

pub fn wifi_force_iso(&self) -> WIFI_FORCE_ISO_R

Bit 28 - wifi force ISO

source

pub fn wifi_force_noiso(&self) -> WIFI_FORCE_NOISO_R

Bit 29 - wifi force no ISO

source

pub fn dg_wrap_force_iso(&self) -> DG_WRAP_FORCE_ISO_R

Bit 30 - digital core force ISO

source

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>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<DIG_ISO_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<DIG_ISO_SPEC>> for R

source§

fn from(reader: R<DIG_ISO_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.