Struct esp32s3::extmem::dcache_prelock_ctrl::R
source · pub struct R(_);
Expand description
Register DCACHE_PRELOCK_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn dcache_prelock_sct0_en(&self) -> DCACHE_PRELOCK_SCT0_EN_R
pub fn dcache_prelock_sct0_en(&self) -> DCACHE_PRELOCK_SCT0_EN_R
Bit 0 - The bit is used to enable the first section of prelock function.
sourcepub fn dcache_prelock_sct1_en(&self) -> DCACHE_PRELOCK_SCT1_EN_R
pub fn dcache_prelock_sct1_en(&self) -> DCACHE_PRELOCK_SCT1_EN_R
Bit 1 - The bit is used to enable the second section of prelock function.
Methods from Deref<Target = R<DCACHE_PRELOCK_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<DCACHE_PRELOCK_CTRL_SPEC>> for R
impl From<R<DCACHE_PRELOCK_CTRL_SPEC>> for R
sourcefn from(reader: R<DCACHE_PRELOCK_CTRL_SPEC>) -> Self
fn from(reader: R<DCACHE_PRELOCK_CTRL_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