Struct esp32s3::extmem::dcache_lock_addr::R
source · pub struct R(_);
Expand description
Register DCACHE_LOCK_ADDR
reader
Implementations
sourceimpl R
impl R
sourcepub fn dcache_lock_addr(&self) -> DCACHE_LOCK_ADDR_R
pub fn dcache_lock_addr(&self) -> DCACHE_LOCK_ADDR_R
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 = R<DCACHE_LOCK_ADDR_SPEC>>
Trait Implementations
sourceimpl From<R<DCACHE_LOCK_ADDR_SPEC>> for R
impl From<R<DCACHE_LOCK_ADDR_SPEC>> for R
sourcefn from(reader: R<DCACHE_LOCK_ADDR_SPEC>) -> Self
fn from(reader: R<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