Struct esp32c6::extmem::l1_cache_debug_bus::W
source · pub struct W(_);
Expand description
Register L1_CACHE_DEBUG_BUS
writer
Implementations§
source§impl W
impl W
sourcepub fn l1_cache_debug_bus(&mut self) -> L1_CACHE_DEBUG_BUS_W<'_, 0>
pub fn l1_cache_debug_bus(&mut self) -> L1_CACHE_DEBUG_BUS_W<'_, 0>
Bits 0:31 - This is a constant place where we can write data to or read data from the tag/data memory on the specified cache.
Methods from Deref<Target = W<L1_CACHE_DEBUG_BUS_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