esp32c2::extmem::icache_sync_ctrl

Type Alias R

Source
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

Source

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.

Source

pub fn icache_sync_done(&self) -> ICACHE_SYNC_DONE_R

Bit 1 - The bit is used to indicate invalidate operation is finished.