Struct esp32s3::extmem::dcache_lock_addr::W
source · pub struct W(_);
Expand description
Register DCACHE_LOCK_ADDR
writer
Implementations
sourceimpl W
impl W
sourcepub fn dcache_lock_addr(&mut self) -> DCACHE_LOCK_ADDR_W<'_, 0>
pub fn dcache_lock_addr(&mut self) -> DCACHE_LOCK_ADDR_W<'_, 0>
Bits 0:31 - The bits are used to configure the start virtual address for lock operations. It should be combined with DCACHE_LOCK_SIZE_REG.
Methods from Deref<Target = W<DCACHE_LOCK_ADDR_SPEC>>
Trait Implementations
sourceimpl From<W<DCACHE_LOCK_ADDR_SPEC>> for W
impl From<W<DCACHE_LOCK_ADDR_SPEC>> for W
sourcefn from(writer: W<DCACHE_LOCK_ADDR_SPEC>) -> Self
fn from(writer: W<DCACHE_LOCK_ADDR_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