Struct esp32c2_hal::pac::extmem::cache_mmu_fault_vaddr::R
pub struct R(_);
Expand description
Register CACHE_MMU_FAULT_VADDR
reader
Implementations§
§impl R
impl R
pub fn cache_mmu_fault_vaddr(&self) -> FieldReaderRaw<u32, u32>
pub fn cache_mmu_fault_vaddr(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - The bits are used to indicate the virtual address which cause mmu fault..
Methods from Deref<Target = R<CACHE_MMU_FAULT_VADDR_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_VADDR_SPEC>> for R
impl From<R<CACHE_MMU_FAULT_VADDR_SPEC>> for R
§fn from(reader: R<CACHE_MMU_FAULT_VADDR_SPEC>) -> R
fn from(reader: R<CACHE_MMU_FAULT_VADDR_SPEC>) -> R
Converts to this type from the input type.