Type Alias esp32c3::extmem::cache_mmu_fault_content::R

source ·
pub type R = R<CACHE_MMU_FAULT_CONTENT_SPEC>;
Expand description

Register CACHE_MMU_FAULT_CONTENT reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn cache_mmu_fault_content(&self) -> CACHE_MMU_FAULT_CONTENT_R

Bits 0:9 - The bits are used to indicate the content of mmu entry which cause mmu fault..

source

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.