Module esp32s3_hal::pac::extmem::icache_ctrl
Expand description
******* Description ***********
Structs
******* Description ***********
Register
ICACHE_CTRL
readerRegister
ICACHE_CTRL
writerType Definitions
Field
ICACHE_BLOCKSIZE_MODE
reader - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytesField
ICACHE_BLOCKSIZE_MODE
writer - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytesField
ICACHE_ENABLE
reader - The bit is used to activate the data cache. 0: disable, 1: enableField
ICACHE_ENABLE
writer - The bit is used to activate the data cache. 0: disable, 1: enableField
ICACHE_SIZE_MODE
reader - The bit is used to configure cache memory size.0: 16KB, 1: 32KBField
ICACHE_SIZE_MODE
writer - The bit is used to configure cache memory size.0: 16KB, 1: 32KBField
ICACHE_WAY_MODE
reader - The bit is used to configure cache way mode.0: 4-way, 1: 8-wayField
ICACHE_WAY_MODE
writer - The bit is used to configure cache way mode.0: 4-way, 1: 8-way