Struct esp32s3::extmem::dcache_prelock_sct_size::R
source · pub struct R(_);Expand description
Register DCACHE_PRELOCK_SCT_SIZE reader
Implementations
sourceimpl R
impl R
sourcepub fn dcache_prelock_sct1_size(&self) -> DCACHE_PRELOCK_SCT1_SIZE_R
pub fn dcache_prelock_sct1_size(&self) -> DCACHE_PRELOCK_SCT1_SIZE_R
Bits 0:15 - The bits are used to configure the second length of data locking, which is combined with DCACHE_PRELOCK_SCT1_ADDR_REG
sourcepub fn dcache_prelock_sct0_size(&self) -> DCACHE_PRELOCK_SCT0_SIZE_R
pub fn dcache_prelock_sct0_size(&self) -> DCACHE_PRELOCK_SCT0_SIZE_R
Bits 16:31 - The bits are used to configure the first length of data locking, which is combined with DCACHE_PRELOCK_SCT0_ADDR_REG
Methods from Deref<Target = R<DCACHE_PRELOCK_SCT_SIZE_SPEC>>
Trait Implementations
sourceimpl From<R<DCACHE_PRELOCK_SCT_SIZE_SPEC>> for R
impl From<R<DCACHE_PRELOCK_SCT_SIZE_SPEC>> for R
sourcefn from(reader: R<DCACHE_PRELOCK_SCT_SIZE_SPEC>) -> Self
fn from(reader: R<DCACHE_PRELOCK_SCT_SIZE_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