pub type R = R<ICACHE_SYNC_CTRL_SPEC>;
Expand description
Register ICACHE_SYNC_CTRL
reader
Aliased Type§
struct R { /* private fields */ }
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.