Struct esp32s2::system::cache_control::W
source · pub struct W(_);
Expand description
Register CACHE_CONTROL
writer
Implementations§
source§impl W
impl W
sourcepub fn pro_icache_clk_on(&mut self) -> PRO_ICACHE_CLK_ON_W<'_, 0>
pub fn pro_icache_clk_on(&mut self) -> PRO_ICACHE_CLK_ON_W<'_, 0>
Bit 0 - Set this bit to enable clock of i-cache.
sourcepub fn pro_dcache_clk_on(&mut self) -> PRO_DCACHE_CLK_ON_W<'_, 1>
pub fn pro_dcache_clk_on(&mut self) -> PRO_DCACHE_CLK_ON_W<'_, 1>
Bit 1 - Set this bit to enable clock of d-cache.
sourcepub fn pro_cache_reset(&mut self) -> PRO_CACHE_RESET_W<'_, 2>
pub fn pro_cache_reset(&mut self) -> PRO_CACHE_RESET_W<'_, 2>
Bit 2 - Set this bit to reset cache.