Type Alias esp32c3::extmem::icache_tag_power_ctrl::R

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

Register ICACHE_TAG_POWER_CTRL reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn icache_tag_mem_force_on(&self) -> ICACHE_TAG_MEM_FORCE_ON_R

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(&self) -> ICACHE_TAG_MEM_FORCE_PD_R

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(&self) -> ICACHE_TAG_MEM_FORCE_PU_R

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