Type Alias esp32c2::extmem::cache_mmu_fault_content::R   
source · pub type R = R<CACHE_MMU_FAULT_CONTENT_SPEC>;Expand description
Register CACHE_MMU_FAULT_CONTENT reader
Implementations§
source§impl R
 
impl R
sourcepub fn cache_mmu_fault_content(&self) -> CACHE_MMU_FAULT_CONTENT_R
 
pub fn cache_mmu_fault_content(&self) -> CACHE_MMU_FAULT_CONTENT_R
Bits 0:7 - The bits are used to indicate the content of mmu entry which cause mmu fault..
sourcepub fn cache_mmu_fault_code(&self) -> CACHE_MMU_FAULT_CODE_R
 
pub fn cache_mmu_fault_code(&self) -> CACHE_MMU_FAULT_CODE_R
Bits 10:13 - The right-most 3 bits are used to indicate the operations which cause mmu fault occurrence. 0: default, 1: cpu miss, 2: preload miss, 3: writeback, 4: cpu miss evict recovery address, 5: load miss evict recovery address, 6: external dma tx, 7: external dma rx. The most significant bit is used to indicate this operation occurs in which one icache.