Struct esp32s3_hal::pac::extmem::cache_mmu_owner::R
pub struct R(_);
Expand description
Register CACHE_MMU_OWNER
reader
Implementations§
§impl R
impl R
pub fn cache_mmu_owner(&self) -> FieldReaderRaw<u32, u32>
pub fn cache_mmu_owner(&self) -> FieldReaderRaw<u32, u32>
Bits 0:23 - The bits are used to specify the owner of MMU.bit0: icache, bit1: dcache, bit2: dma, bit3: reserved.
Methods from Deref<Target = R<CACHE_MMU_OWNER_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_OWNER_SPEC>> for R
impl From<R<CACHE_MMU_OWNER_SPEC>> for R
§fn from(reader: R<CACHE_MMU_OWNER_SPEC>) -> R
fn from(reader: R<CACHE_MMU_OWNER_SPEC>) -> R
Converts to this type from the input type.