Struct esp32c6::extmem::l1_cache_object_ctrl::W
source · pub struct W(_);
Expand description
Register L1_CACHE_OBJECT_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn l1_cache_tag_object(&mut self) -> L1_CACHE_TAG_OBJECT_W<'_, 4>
pub fn l1_cache_tag_object(&mut self) -> L1_CACHE_TAG_OBJECT_W<'_, 4>
Bit 4 - Set this bit to set L1-Cache tag memory as object. This bit should be onehot with the others fields inside this register.
sourcepub fn l1_cache_mem_object(&mut self) -> L1_CACHE_MEM_OBJECT_W<'_, 10>
pub fn l1_cache_mem_object(&mut self) -> L1_CACHE_MEM_OBJECT_W<'_, 10>
Bit 10 - Set this bit to set L1-Cache data memory as object. This bit should be onehot with the others fields inside this register.
Methods from Deref<Target = W<L1_CACHE_OBJECT_CTRL_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