Struct esp32s3::extmem::dcache_prelock_sct1_addr::R
source · pub struct R(_);Expand description
Register DCACHE_PRELOCK_SCT1_ADDR reader
Implementations§
source§impl R
impl R
sourcepub fn dcache_prelock_sct1_addr(&self) -> DCACHE_PRELOCK_SCT1_ADDR_R
pub fn dcache_prelock_sct1_addr(&self) -> DCACHE_PRELOCK_SCT1_ADDR_R
Bits 0:31 - The bits are used to configure the second start virtual address of data prelock, which is combined with DCACHE_PRELOCK_SCT1_SIZE_REG
Methods from Deref<Target = R<DCACHE_PRELOCK_SCT1_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