Struct esp32s3::system::cache_control::R
source · pub struct R(_);
Expand description
Register CACHE_CONTROL
reader
Implementations§
source§impl R
impl R
sourcepub fn icache_clk_on(&self) -> ICACHE_CLK_ON_R
pub fn icache_clk_on(&self) -> ICACHE_CLK_ON_R
Bit 0 - Set 1 to enable icache clock
sourcepub fn icache_reset(&self) -> ICACHE_RESET_R
pub fn icache_reset(&self) -> ICACHE_RESET_R
Bit 1 - Set 1 to let icache reset
sourcepub fn dcache_clk_on(&self) -> DCACHE_CLK_ON_R
pub fn dcache_clk_on(&self) -> DCACHE_CLK_ON_R
Bit 2 - Set 1 to enable dcache clock
sourcepub fn dcache_reset(&self) -> DCACHE_RESET_R
pub fn dcache_reset(&self) -> DCACHE_RESET_R
Bit 3 - Set 1 to let dcache reset