Struct esp32s3::extmem::dcache_sync_ctrl::W
source · pub struct W(_);
Expand description
Register DCACHE_SYNC_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn dcache_invalidate_ena(&mut self) -> DCACHE_INVALIDATE_ENA_W<'_, 0>
pub fn dcache_invalidate_ena(&mut self) -> DCACHE_INVALIDATE_ENA_W<'_, 0>
Bit 0 - The bit is used to enable invalidate operation. It will be cleared by hardware after invalidate operation done.
sourcepub fn dcache_writeback_ena(&mut self) -> DCACHE_WRITEBACK_ENA_W<'_, 1>
pub fn dcache_writeback_ena(&mut self) -> DCACHE_WRITEBACK_ENA_W<'_, 1>
Bit 1 - The bit is used to enable writeback operation. It will be cleared by hardware after writeback operation done.
sourcepub fn dcache_clean_ena(&mut self) -> DCACHE_CLEAN_ENA_W<'_, 2>
pub fn dcache_clean_ena(&mut self) -> DCACHE_CLEAN_ENA_W<'_, 2>
Bit 2 - The bit is used to enable clean operation. It will be cleared by hardware after clean operation done.