Type Alias esp32c3::extmem::cache_state::R

source ·
pub type R = R<CACHE_STATE_SPEC>;
Expand description

Register CACHE_STATE reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

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