Struct esp32s3::extmem::icache_sync_ctrl::R
source · pub struct R(_);
Expand description
Register ICACHE_SYNC_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn icache_invalidate_ena(&self) -> ICACHE_INVALIDATE_ENA_R
pub fn icache_invalidate_ena(&self) -> ICACHE_INVALIDATE_ENA_R
Bit 0 - The bit is used to enable invalidate operation. It will be cleared by hardware after invalidate operation done.
sourcepub fn icache_sync_done(&self) -> ICACHE_SYNC_DONE_R
pub fn icache_sync_done(&self) -> ICACHE_SYNC_DONE_R
Bit 1 - The bit is used to indicate invalidate operation is finished.