Struct esp32_hal::pac::dport::pro_dcache_dbug3::R
pub struct R(_);
Expand description
Register PRO_DCACHE_DBUG3
reader
Implementations§
§impl R
impl R
pub fn pro_mmu_rdata(&self) -> FieldReaderRaw<u16, u16>
pub fn pro_mmu_rdata(&self) -> FieldReaderRaw<u16, u16>
Bits 0:8
pub fn pro_cpu_disabled_cache_ia(&self) -> FieldReaderRaw<u8, u8>
pub fn pro_cpu_disabled_cache_ia(&self) -> FieldReaderRaw<u8, u8>
Bits 9:14
pub fn pro_cpu_disabled_cache_ia_opposite(&self) -> BitReaderRaw<bool>
pub fn pro_cpu_disabled_cache_ia_opposite(&self) -> BitReaderRaw<bool>
Bit 9
pub fn pro_cpu_disabled_cache_ia_dram1(&self) -> BitReaderRaw<bool>
pub fn pro_cpu_disabled_cache_ia_dram1(&self) -> BitReaderRaw<bool>
Bit 10
pub fn pro_cpu_disabled_cache_ia_irom0(&self) -> BitReaderRaw<bool>
pub fn pro_cpu_disabled_cache_ia_irom0(&self) -> BitReaderRaw<bool>
Bit 11
pub fn pro_cpu_disabled_cache_ia_iram1(&self) -> BitReaderRaw<bool>
pub fn pro_cpu_disabled_cache_ia_iram1(&self) -> BitReaderRaw<bool>
Bit 12
pub fn pro_cpu_disabled_cache_ia_iram0(&self) -> BitReaderRaw<bool>
pub fn pro_cpu_disabled_cache_ia_iram0(&self) -> BitReaderRaw<bool>
Bit 13
pub fn pro_cpu_disabled_cache_ia_drom0(&self) -> BitReaderRaw<bool>
pub fn pro_cpu_disabled_cache_ia_drom0(&self) -> BitReaderRaw<bool>
Bit 14
pub fn pro_cache_iram0_pid_error(&self) -> BitReaderRaw<bool>
pub fn pro_cache_iram0_pid_error(&self) -> BitReaderRaw<bool>
Bit 15
Methods from Deref<Target = R<PRO_DCACHE_DBUG3_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<PRO_DCACHE_DBUG3_SPEC>> for R
impl From<R<PRO_DCACHE_DBUG3_SPEC>> for R
§fn from(reader: R<PRO_DCACHE_DBUG3_SPEC>) -> R
fn from(reader: R<PRO_DCACHE_DBUG3_SPEC>) -> R
Converts to this type from the input type.