Module esp32s3::extmem::icache_ctrl

source ·
Expand description

******* Description ***********

Structs

  • ******* Description ***********
  • Register ICACHE_CTRL reader
  • Register ICACHE_CTRL writer

Type Definitions

  • Field ICACHE_BLOCKSIZE_MODE reader - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes
  • Field ICACHE_BLOCKSIZE_MODE writer - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes
  • Field ICACHE_ENABLE reader - The bit is used to activate the data cache. 0: disable, 1: enable
  • Field ICACHE_ENABLE writer - The bit is used to activate the data cache. 0: disable, 1: enable
  • Field ICACHE_SIZE_MODE reader - The bit is used to configure cache memory size.0: 16KB, 1: 32KB
  • Field ICACHE_SIZE_MODE writer - The bit is used to configure cache memory size.0: 16KB, 1: 32KB
  • Field ICACHE_WAY_MODE reader - The bit is used to configure cache way mode.0: 4-way, 1: 8-way
  • Field ICACHE_WAY_MODE writer - The bit is used to configure cache way mode.0: 4-way, 1: 8-way