Struct esp32s3_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 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 bt_force_iso(&self) -> BitReaderRaw<bool>
pub fn bt_force_iso(&self) -> BitReaderRaw<bool>
Bit 22 - internal SRAM 2 force ISO
pub fn bt_force_noiso(&self) -> BitReaderRaw<bool>
pub fn bt_force_noiso(&self) -> BitReaderRaw<bool>
Bit 23 - internal SRAM 2 force no ISO
pub fn dg_peri_force_iso(&self) -> BitReaderRaw<bool>
pub fn dg_peri_force_iso(&self) -> BitReaderRaw<bool>
Bit 24 - internal SRAM 3 force ISO
pub fn dg_peri_force_noiso(&self) -> BitReaderRaw<bool>
pub fn dg_peri_force_noiso(&self) -> BitReaderRaw<bool>
Bit 25 - internal SRAM 3 force no ISO
pub fn cpu_top_force_iso(&self) -> BitReaderRaw<bool>
pub fn cpu_top_force_iso(&self) -> BitReaderRaw<bool>
Bit 26 - internal SRAM 4 force ISO
pub fn cpu_top_force_noiso(&self) -> BitReaderRaw<bool>
pub fn cpu_top_force_noiso(&self) -> BitReaderRaw<bool>
Bit 27 - internal SRAM 4 force no ISO
pub fn wifi_force_iso(&self) -> BitReaderRaw<bool>
pub fn wifi_force_iso(&self) -> BitReaderRaw<bool>
Bit 28 - wifi force ISO
pub fn wifi_force_noiso(&self) -> BitReaderRaw<bool>
pub fn wifi_force_noiso(&self) -> BitReaderRaw<bool>
Bit 29 - wifi force no ISO
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 - digita core force no ISO
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.