Struct esp32c6::extmem::l2_cache_vaddr::R
source · pub struct R(_);
Expand description
Register L2_CACHE_VADDR
reader
Implementations§
source§impl R
impl R
sourcepub fn l2_cache_vaddr(&self) -> L2_CACHE_VADDR_R
pub fn l2_cache_vaddr(&self) -> L2_CACHE_VADDR_R
Bits 0:31 - Those bits stores the virtual address which will decide where inside the specified tag memory object will be accessed.
Methods from Deref<Target = R<L2_CACHE_VADDR_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