Struct esp32s3::extmem::dcache_sync_addr::W
source · pub struct W(_);Expand description
Register DCACHE_SYNC_ADDR writer
Implementations§
source§impl W
impl W
sourcepub fn dcache_sync_addr(&mut self) -> DCACHE_SYNC_ADDR_W<'_, 0>
pub fn dcache_sync_addr(&mut self) -> DCACHE_SYNC_ADDR_W<'_, 0>
Bits 0:31 - The bits are used to configure the start virtual address for clean operations. It should be combined with DCACHE_SYNC_SIZE_REG.
Methods from Deref<Target = W<DCACHE_SYNC_ADDR_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