Struct esp32s2::extmem::pro_dcache_mem_sync0::W
source · pub struct W(_);
Expand description
Register PRO_DCACHE_MEM_SYNC0
writer
Implementations
sourceimpl W
impl W
sourcepub fn pro_dcache_memsync_addr(&mut self) -> PRO_DCACHE_MEMSYNC_ADDR_W<'_, 0>
pub fn pro_dcache_memsync_addr(&mut self) -> PRO_DCACHE_MEMSYNC_ADDR_W<'_, 0>
Bits 0:31 - The bits are used to configure the start virtual address for invalidate, flush, clean, lock and unlock operations. The manual operations will be issued if the address is validate. The auto operations will be issued if the address is invalidate. It should be combined with PRO_DCACHE_MEM_SYNC1.
Methods from Deref<Target = W<PRO_DCACHE_MEM_SYNC0_SPEC>>
Trait Implementations
sourceimpl From<W<PRO_DCACHE_MEM_SYNC0_SPEC>> for W
impl From<W<PRO_DCACHE_MEM_SYNC0_SPEC>> for W
sourcefn from(writer: W<PRO_DCACHE_MEM_SYNC0_SPEC>) -> Self
fn from(writer: W<PRO_DCACHE_MEM_SYNC0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more