Module esp32s3::extmem::icache_tag_power_ctrl
source · Expand description
******* Description ***********
Structs
******* Description ***********
Register
ICACHE_TAG_POWER_CTRL
readerRegister
ICACHE_TAG_POWER_CTRL
writerType Definitions
Field
ICACHE_TAG_MEM_FORCE_ON
reader - The bit is used to close clock gating of icache tag memory. 1: close gating, 0: open clock gating.Field
ICACHE_TAG_MEM_FORCE_ON
writer - The bit is used to close clock gating of icache tag memory. 1: close gating, 0: open clock gating.Field
ICACHE_TAG_MEM_FORCE_PD
reader - The bit is used to power icache tag memory down, 0: follow rtc_lslp, 1: power downField
ICACHE_TAG_MEM_FORCE_PD
writer - The bit is used to power icache tag memory down, 0: follow rtc_lslp, 1: power downField
ICACHE_TAG_MEM_FORCE_PU
reader - The bit is used to power icache tag memory up, 0: follow rtc_lslp, 1: power upField
ICACHE_TAG_MEM_FORCE_PU
writer - The bit is used to power icache tag memory up, 0: follow rtc_lslp, 1: power up