Struct esp32s3::extmem::dcache_lock_ctrl::W
source · pub struct W(_);
Expand description
Register DCACHE_LOCK_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn dcache_lock_ena(&mut self) -> DCACHE_LOCK_ENA_W<'_, 0>
pub fn dcache_lock_ena(&mut self) -> DCACHE_LOCK_ENA_W<'_, 0>
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(&mut self) -> DCACHE_UNLOCK_ENA_W<'_, 1>
pub fn dcache_unlock_ena(&mut self) -> DCACHE_UNLOCK_ENA_W<'_, 1>
Bit 1 - The bit is used to enable unlock operation. It will be cleared by hardware after unlock operation done.