Struct esp32c2_hal::pac::rtc_cntl::dig_iso::R
pub struct R(_);
Expand description
Register DIG_ISO
reader
Implementations
impl R
impl R
pub fn dg_pad_autohold(&self) -> BitReaderRaw<bool>
pub fn dg_pad_autohold(&self) -> BitReaderRaw<bool>
Bit 9 - read only register to indicate digital pad auto-hold status
pub fn clr_dg_pad_autohold(&self) -> BitReaderRaw<bool>
pub fn clr_dg_pad_autohold(&self) -> BitReaderRaw<bool>
Bit 10 - wtite only register to clear digital pad auto-hold
pub fn dg_pad_autohold_en(&self) -> BitReaderRaw<bool>
pub fn dg_pad_autohold_en(&self) -> BitReaderRaw<bool>
Bit 11 - digital pad enable auto-hold
pub fn dg_pad_force_noiso(&self) -> BitReaderRaw<bool>
pub fn dg_pad_force_noiso(&self) -> BitReaderRaw<bool>
Bit 12 - digital pad force no ISO
pub fn dg_pad_force_iso(&self) -> BitReaderRaw<bool>
pub fn dg_pad_force_iso(&self) -> BitReaderRaw<bool>
Bit 13 - digital pad force ISO
pub fn dg_pad_force_unhold(&self) -> BitReaderRaw<bool>
pub fn dg_pad_force_unhold(&self) -> BitReaderRaw<bool>
Bit 14 - digital pad force un-hold
pub fn dg_pad_force_hold(&self) -> BitReaderRaw<bool>
pub fn dg_pad_force_hold(&self) -> BitReaderRaw<bool>
Bit 15 - digital pad force hold
pub fn dg_wrap_force_iso(&self) -> BitReaderRaw<bool>
pub fn dg_wrap_force_iso(&self) -> BitReaderRaw<bool>
Bit 30 - digital core force ISO
pub fn dg_wrap_force_noiso(&self) -> BitReaderRaw<bool>
pub fn dg_wrap_force_noiso(&self) -> BitReaderRaw<bool>
Bit 31 - Need add desc
Methods from Deref<Target = R<DIG_ISO_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<DIG_ISO_SPEC>> for R
impl From<R<DIG_ISO_SPEC>> for R
fn from(reader: R<DIG_ISO_SPEC>) -> R
fn from(reader: R<DIG_ISO_SPEC>) -> R
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