Type Alias esp32c3::system::cache_control::W

source ·
pub type W = W<CACHE_CONTROL_SPEC>;
Expand description

Register CACHE_CONTROL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn icache_clk_on(&mut self) -> ICACHE_CLK_ON_W<'_, CACHE_CONTROL_SPEC>

Bit 0 - reg_icache_clk_on

source

pub fn icache_reset(&mut self) -> ICACHE_RESET_W<'_, CACHE_CONTROL_SPEC>

Bit 1 - reg_icache_reset

source

pub fn dcache_clk_on(&mut self) -> DCACHE_CLK_ON_W<'_, CACHE_CONTROL_SPEC>

Bit 2 - reg_dcache_clk_on

source

pub fn dcache_reset(&mut self) -> DCACHE_RESET_W<'_, CACHE_CONTROL_SPEC>

Bit 3 - reg_dcache_reset