Type Alias esp32s3::extmem::dcache_lock_ctrl::R
source · pub type R = R<DCACHE_LOCK_CTRL_SPEC>;
Expand description
Register DCACHE_LOCK_CTRL
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn dcache_lock_ena(&self) -> DCACHE_LOCK_ENA_R
pub fn dcache_lock_ena(&self) -> DCACHE_LOCK_ENA_R
Bit 0 - The bit is used to enable lock operation. It will be cleared by hardware after lock operation done.
sourcepub fn dcache_unlock_ena(&self) -> DCACHE_UNLOCK_ENA_R
pub fn dcache_unlock_ena(&self) -> DCACHE_UNLOCK_ENA_R
Bit 1 - The bit is used to enable unlock operation. It will be cleared by hardware after unlock operation done.
sourcepub fn dcache_lock_done(&self) -> DCACHE_LOCK_DONE_R
pub fn dcache_lock_done(&self) -> DCACHE_LOCK_DONE_R
Bit 2 - The bit is used to indicate unlock/lock operation is finished.