Struct esp32s3::system::cache_control::W
source · pub struct W(_);
Expand description
Register CACHE_CONTROL
writer
Implementations§
source§impl W
impl W
sourcepub fn icache_clk_on(&mut self) -> ICACHE_CLK_ON_W<'_, 0>
pub fn icache_clk_on(&mut self) -> ICACHE_CLK_ON_W<'_, 0>
Bit 0 - Set 1 to enable icache clock
sourcepub fn icache_reset(&mut self) -> ICACHE_RESET_W<'_, 1>
pub fn icache_reset(&mut self) -> ICACHE_RESET_W<'_, 1>
Bit 1 - Set 1 to let icache reset
sourcepub fn dcache_clk_on(&mut self) -> DCACHE_CLK_ON_W<'_, 2>
pub fn dcache_clk_on(&mut self) -> DCACHE_CLK_ON_W<'_, 2>
Bit 2 - Set 1 to enable dcache clock
sourcepub fn dcache_reset(&mut self) -> DCACHE_RESET_W<'_, 3>
pub fn dcache_reset(&mut self) -> DCACHE_RESET_W<'_, 3>
Bit 3 - Set 1 to let dcache reset