Struct esp32s2::extmem::pro_cache_state::R
source · pub struct R(_);Expand description
Register PRO_CACHE_STATE reader
Implementations§
source§impl R
impl R
sourcepub fn pro_icache_state(&self) -> PRO_ICACHE_STATE_R
pub fn pro_icache_state(&self) -> PRO_ICACHE_STATE_R
Bits 0:11 - The bit is used to indicate icache main fsm is in idle state or not. 1: in idle state, 0: not in idle state
sourcepub fn pro_dcache_state(&self) -> PRO_DCACHE_STATE_R
pub fn pro_dcache_state(&self) -> PRO_DCACHE_STATE_R
Bits 12:23 - The bit is used to indicate dcache main fsm is in idle state or not. 1: in idle state, 0: not in idle state