Struct esp32c6::extmem::l1_cache_prelock_conf::R
source · pub struct R(_);
Expand description
Register L1_CACHE_PRELOCK_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn l1_cache_prelock_sct0_en(&self) -> L1_CACHE_PRELOCK_SCT0_EN_R
pub fn l1_cache_prelock_sct0_en(&self) -> L1_CACHE_PRELOCK_SCT0_EN_R
Bit 0 - The bit is used to enable the first section of prelock function on L1-Cache.
sourcepub fn l1_cache_prelock_sct1_en(&self) -> L1_CACHE_PRELOCK_SCT1_EN_R
pub fn l1_cache_prelock_sct1_en(&self) -> L1_CACHE_PRELOCK_SCT1_EN_R
Bit 1 - The bit is used to enable the second section of prelock function on L1-Cache.
sourcepub fn l1_cache_prelock_rgid(&self) -> L1_CACHE_PRELOCK_RGID_R
pub fn l1_cache_prelock_rgid(&self) -> L1_CACHE_PRELOCK_RGID_R
Bits 2:5 - The bit is used to set the gid of l1 cache prelock.
Methods from Deref<Target = R<L1_CACHE_PRELOCK_CONF_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