Struct esp32c6::extmem::cache_lock_map::W
source · pub struct W(_);
Expand description
Register CACHE_LOCK_MAP
writer
Implementations§
source§impl W
impl W
sourcepub fn cache_lock_map(&mut self) -> CACHE_LOCK_MAP_W<'_, 0>
pub fn cache_lock_map(&mut self) -> CACHE_LOCK_MAP_W<'_, 0>
Bits 0:5 - Those bits are used to indicate which caches in the two-level cache structure will apply this lock/unlock operation. [4]: L1-Cache
Methods from Deref<Target = W<CACHE_LOCK_MAP_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