Struct esp32s2::system::cache_control::R
source · pub struct R(_);
Expand description
Register CACHE_CONTROL
reader
Implementations§
source§impl R
impl R
sourcepub fn pro_icache_clk_on(&self) -> PRO_ICACHE_CLK_ON_R
pub fn pro_icache_clk_on(&self) -> PRO_ICACHE_CLK_ON_R
Bit 0 - Set this bit to enable clock of i-cache.
sourcepub fn pro_dcache_clk_on(&self) -> PRO_DCACHE_CLK_ON_R
pub fn pro_dcache_clk_on(&self) -> PRO_DCACHE_CLK_ON_R
Bit 1 - Set this bit to enable clock of d-cache.
sourcepub fn pro_cache_reset(&self) -> PRO_CACHE_RESET_R
pub fn pro_cache_reset(&self) -> PRO_CACHE_RESET_R
Bit 2 - Set this bit to reset cache.