Struct esp32c2::extmem::cache_state::R
source · pub struct R(_);
Expand description
Register CACHE_STATE
reader
Implementations§
source§impl R
impl R
sourcepub fn icache_state(&self) -> ICACHE_STATE_R
pub fn icache_state(&self) -> ICACHE_STATE_R
Bits 0:11 - The bit is used to indicate whether icache main fsm is in idle state or not. 1: in idle state, 0: not in idle state