Struct esp32c2_hal::pac::extmem::cache_conf_misc::R
pub struct R(_);
Expand description
Register CACHE_CONF_MISC
reader
Implementations
impl R
impl R
pub fn cache_ignore_preload_mmu_entry_fault(&self) -> BitReaderRaw<bool>
pub fn cache_ignore_preload_mmu_entry_fault(&self) -> BitReaderRaw<bool>
Bit 0 - The bit is used to disable checking mmu entry fault by preload operation.
pub fn cache_ignore_sync_mmu_entry_fault(&self) -> BitReaderRaw<bool>
pub fn cache_ignore_sync_mmu_entry_fault(&self) -> BitReaderRaw<bool>
Bit 1 - The bit is used to disable checking mmu entry fault by sync operation.
pub fn cache_trace_ena(&self) -> BitReaderRaw<bool>
pub fn cache_trace_ena(&self) -> BitReaderRaw<bool>
Bit 2 - The bit is used to enable cache trace function.
pub fn cache_mmu_page_size(&self) -> FieldReaderRaw<u8, u8>
pub fn cache_mmu_page_size(&self) -> FieldReaderRaw<u8, u8>
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>>
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_CONF_MISC_SPEC>> for R
impl From<R<CACHE_CONF_MISC_SPEC>> for R
fn from(reader: R<CACHE_CONF_MISC_SPEC>) -> R
fn from(reader: R<CACHE_CONF_MISC_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