Struct esp32c3::extmem::cache_mmu_owner::W
source · pub struct W(_);
Expand description
Register CACHE_MMU_OWNER
writer
Implementations§
source§impl W
impl W
sourcepub fn cache_mmu_owner(&mut self) -> CACHE_MMU_OWNER_W<'_, 0>
pub fn cache_mmu_owner(&mut self) -> CACHE_MMU_OWNER_W<'_, 0>
Bits 0:3 - The bits are used to specify the owner of MMU.bit0/bit2: ibus, bit1/bit3: dbus
Methods from Deref<Target = W<CACHE_MMU_OWNER_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more