Type Alias esp32c6::extmem::l2_cache_data_mem_power_ctrl::R   
source · pub type R = R<L2_CACHE_DATA_MEM_POWER_CTRL_SPEC>;Expand description
Register L2_CACHE_DATA_MEM_POWER_CTRL reader
Aliased Type§
struct R { /* private fields */ }Implementations§
source§impl R
 
impl R
sourcepub fn l2_cache_data_mem_force_on(&self) -> L2_CACHE_DATA_MEM_FORCE_ON_R
 
pub fn l2_cache_data_mem_force_on(&self) -> L2_CACHE_DATA_MEM_FORCE_ON_R
Bit 20 - The bit is used to close clock gating of L2-Cache data memory. 1: close gating, 0: open clock gating.
sourcepub fn l2_cache_data_mem_force_pd(&self) -> L2_CACHE_DATA_MEM_FORCE_PD_R
 
pub fn l2_cache_data_mem_force_pd(&self) -> L2_CACHE_DATA_MEM_FORCE_PD_R
Bit 21 - The bit is used to power L2-Cache data memory down. 0: follow rtc_lslp, 1: power down
sourcepub fn l2_cache_data_mem_force_pu(&self) -> L2_CACHE_DATA_MEM_FORCE_PU_R
 
pub fn l2_cache_data_mem_force_pu(&self) -> L2_CACHE_DATA_MEM_FORCE_PU_R
Bit 22 - The bit is used to power L2-Cache data memory up. 0: follow rtc_lslp, 1: power up