Struct esp32c2_hal::pac::extmem::cache_mmu_fault_content::R
pub struct R(_);
Expand description
Register CACHE_MMU_FAULT_CONTENT
reader
Implementations
impl R
impl R
pub fn cache_mmu_fault_content(&self) -> FieldReaderRaw<u8, u8>
pub fn cache_mmu_fault_content(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - The bits are used to indicate the content of mmu entry which cause mmu fault..
pub fn cache_mmu_fault_code(&self) -> FieldReaderRaw<u8, u8>
pub fn cache_mmu_fault_code(&self) -> FieldReaderRaw<u8, u8>
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.
Methods from Deref<Target = R<CACHE_MMU_FAULT_CONTENT_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<CACHE_MMU_FAULT_CONTENT_SPEC>> for R
impl From<R<CACHE_MMU_FAULT_CONTENT_SPEC>> for R
fn from(reader: R<CACHE_MMU_FAULT_CONTENT_SPEC>) -> R
fn from(reader: R<CACHE_MMU_FAULT_CONTENT_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more