Struct esp32s3::extmem::icache_ctrl::R
source · pub struct R(_);
Expand description
Register ICACHE_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn icache_enable(&self) -> ICACHE_ENABLE_R
pub fn icache_enable(&self) -> ICACHE_ENABLE_R
Bit 0 - The bit is used to activate the data cache. 0: disable, 1: enable
sourcepub fn icache_way_mode(&self) -> ICACHE_WAY_MODE_R
pub fn icache_way_mode(&self) -> ICACHE_WAY_MODE_R
Bit 1 - The bit is used to configure cache way mode.0: 4-way, 1: 8-way
sourcepub fn icache_size_mode(&self) -> ICACHE_SIZE_MODE_R
pub fn icache_size_mode(&self) -> ICACHE_SIZE_MODE_R
Bit 2 - The bit is used to configure cache memory size.0: 16KB, 1: 32KB
sourcepub fn icache_blocksize_mode(&self) -> ICACHE_BLOCKSIZE_MODE_R
pub fn icache_blocksize_mode(&self) -> ICACHE_BLOCKSIZE_MODE_R
Bit 3 - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes