Type Alias esp32c3::system::cache_control::W
source · pub type W = W<CACHE_CONTROL_SPEC>;
Expand description
Register CACHE_CONTROL
writer
Implementations§
source§impl W
impl W
sourcepub fn icache_clk_on(&mut self) -> ICACHE_CLK_ON_W<'_, CACHE_CONTROL_SPEC, 0>
pub fn icache_clk_on(&mut self) -> ICACHE_CLK_ON_W<'_, CACHE_CONTROL_SPEC, 0>
Bit 0 - reg_icache_clk_on
sourcepub fn icache_reset(&mut self) -> ICACHE_RESET_W<'_, CACHE_CONTROL_SPEC, 1>
pub fn icache_reset(&mut self) -> ICACHE_RESET_W<'_, CACHE_CONTROL_SPEC, 1>
Bit 1 - reg_icache_reset
sourcepub fn dcache_clk_on(&mut self) -> DCACHE_CLK_ON_W<'_, CACHE_CONTROL_SPEC, 2>
pub fn dcache_clk_on(&mut self) -> DCACHE_CLK_ON_W<'_, CACHE_CONTROL_SPEC, 2>
Bit 2 - reg_dcache_clk_on
sourcepub fn dcache_reset(&mut self) -> DCACHE_RESET_W<'_, CACHE_CONTROL_SPEC, 3>
pub fn dcache_reset(&mut self) -> DCACHE_RESET_W<'_, CACHE_CONTROL_SPEC, 3>
Bit 3 - reg_dcache_reset