Module esp32s3::extmem::icache_ctrl
source · Expand description
******* Description ***********
Structs
- ******* Description ***********
- Register
ICACHE_CTRLreader - Register
ICACHE_CTRLwriter
Type Definitions
- Field
ICACHE_BLOCKSIZE_MODEreader - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes - Field
ICACHE_BLOCKSIZE_MODEwriter - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes - Field
ICACHE_ENABLEreader - The bit is used to activate the data cache. 0: disable, 1: enable - Field
ICACHE_ENABLEwriter - The bit is used to activate the data cache. 0: disable, 1: enable - Field
ICACHE_SIZE_MODEreader - The bit is used to configure cache memory size.0: 16KB, 1: 32KB - Field
ICACHE_SIZE_MODEwriter - The bit is used to configure cache memory size.0: 16KB, 1: 32KB - Field
ICACHE_WAY_MODEreader - The bit is used to configure cache way mode.0: 4-way, 1: 8-way - Field
ICACHE_WAY_MODEwriter - The bit is used to configure cache way mode.0: 4-way, 1: 8-way