Type Alias esp32c3::extmem::icache_tag_power_ctrl::W

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

Register ICACHE_TAG_POWER_CTRL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn icache_tag_mem_force_on( &mut self ) -> ICACHE_TAG_MEM_FORCE_ON_W<'_, ICACHE_TAG_POWER_CTRL_SPEC>

Bit 0 - The bit is used to close clock gating of icache tag memory. 1: close gating, 0: open clock gating.

source

pub fn icache_tag_mem_force_pd( &mut self ) -> ICACHE_TAG_MEM_FORCE_PD_W<'_, ICACHE_TAG_POWER_CTRL_SPEC>

Bit 1 - The bit is used to power icache tag memory down, 0: follow rtc_lslp, 1: power down

source

pub fn icache_tag_mem_force_pu( &mut self ) -> ICACHE_TAG_MEM_FORCE_PU_W<'_, ICACHE_TAG_POWER_CTRL_SPEC>

Bit 2 - The bit is used to power icache tag memory up, 0: follow rtc_lslp, 1: power up