pub struct R(_);
Expand description
Register CACHE_CONF_MISC
reader
Implementations
sourceimpl R
impl R
sourcepub fn cache_ignore_preload_mmu_entry_fault(
&self
) -> CACHE_IGNORE_PRELOAD_MMU_ENTRY_FAULT_R
pub fn cache_ignore_preload_mmu_entry_fault(
&self
) -> CACHE_IGNORE_PRELOAD_MMU_ENTRY_FAULT_R
Bit 0 - The bit is used to disable checking mmu entry fault by preload operation.
sourcepub fn cache_ignore_sync_mmu_entry_fault(
&self
) -> CACHE_IGNORE_SYNC_MMU_ENTRY_FAULT_R
pub fn cache_ignore_sync_mmu_entry_fault(
&self
) -> CACHE_IGNORE_SYNC_MMU_ENTRY_FAULT_R
Bit 1 - The bit is used to disable checking mmu entry fault by sync operation.
sourcepub fn cache_trace_ena(&self) -> CACHE_TRACE_ENA_R
pub fn cache_trace_ena(&self) -> CACHE_TRACE_ENA_R
Bit 2 - The bit is used to enable cache trace function.
sourcepub fn cache_mmu_page_size(&self) -> CACHE_MMU_PAGE_SIZE_R
pub fn cache_mmu_page_size(&self) -> CACHE_MMU_PAGE_SIZE_R
Bits 3:4 - This bit is used to choose mmu page size. 2:64KB. 1. 32KB. 0: 16KB
Methods from Deref<Target = R<CACHE_CONF_MISC_SPEC>>
Trait Implementations
sourceimpl From<R<CACHE_CONF_MISC_SPEC>> for R
impl From<R<CACHE_CONF_MISC_SPEC>> for R
sourcefn from(reader: R<CACHE_CONF_MISC_SPEC>) -> Self
fn from(reader: R<CACHE_CONF_MISC_SPEC>) -> Self
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