Struct esp32s2::extmem::pro_cache_mmu_fault_content::R
source · pub struct R(_);
Expand description
Register PRO_CACHE_MMU_FAULT_CONTENT
reader
Implementations§
source§impl R
impl R
sourcepub fn pro_cache_mmu_fault_content(&self) -> PRO_CACHE_MMU_FAULT_CONTENT_R
pub fn pro_cache_mmu_fault_content(&self) -> PRO_CACHE_MMU_FAULT_CONTENT_R
Bits 0:16 - The bits are used to indicate the content of mmu entry which cause mmu fault..
sourcepub fn pro_cache_mmu_fault_code(&self) -> PRO_CACHE_MMU_FAULT_CODE_R
pub fn pro_cache_mmu_fault_code(&self) -> PRO_CACHE_MMU_FAULT_CODE_R
Bits 17:19 - The bits are used to indicate the operations which cause mmu fault occurrence. 0: default, 1: cpu miss, 2: preload miss, 3: flush, 4: cpu miss evict recovery address, 5: load miss evict recovery address, 6: external dma tx, 7: external dma rx