Module esp32s2::extmem::pro_icache_ctrl
source · Expand description
register description
Structs
- register description
- Register
PRO_ICACHE_CTRL
reader - Register
PRO_ICACHE_CTRL
writer
Type Definitions
- Field
PRO_ICACHE_AUTOLOAD_DONE
reader - The bit is used to indicate conditional-preload operation is finished. - Field
PRO_ICACHE_AUTOLOAD_ENA
reader - The bit is used to enable and disable conditional-preload operation. It is combined with pre_dcache_autoload_done. 1: enable, 0: disable. - Field
PRO_ICACHE_AUTOLOAD_ENA
writer - The bit is used to enable and disable conditional-preload operation. It is combined with pre_dcache_autoload_done. 1: enable, 0: disable. - Field
PRO_ICACHE_BLOCKSIZE_MODE
reader - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes - Field
PRO_ICACHE_BLOCKSIZE_MODE
writer - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes - Field
PRO_ICACHE_ENABLE
reader - The bit is used to activate the data cache. 0: disable, 1: enable - Field
PRO_ICACHE_ENABLE
writer - The bit is used to activate the data cache. 0: disable, 1: enable - Field
PRO_ICACHE_INVALIDATE_DONE
reader - The bit is used to indicate invalidate operation is finished. - Field
PRO_ICACHE_INVALIDATE_ENA
reader - The bit is used to enable invalidate operation. It will be cleared by hardware after invalidate operation done. - Field
PRO_ICACHE_INVALIDATE_ENA
writer - The bit is used to enable invalidate operation. It will be cleared by hardware after invalidate operation done. - Field
PRO_ICACHE_LOCK0_EN
reader - The bit is used to enable pre-lock operation which is combined with PRO_ICACHE_LOCK0_ADDR_REG and PRO_ICACHE_LOCK0_SIZE_REG. - Field
PRO_ICACHE_LOCK0_EN
writer - The bit is used to enable pre-lock operation which is combined with PRO_ICACHE_LOCK0_ADDR_REG and PRO_ICACHE_LOCK0_SIZE_REG. - Field
PRO_ICACHE_LOCK1_EN
reader - The bit is used to enable pre-lock operation which is combined with PRO_ICACHE_LOCK1_ADDR_REG and PRO_ICACHE_LOCK1_SIZE_REG. - Field
PRO_ICACHE_LOCK1_EN
writer - The bit is used to enable pre-lock operation which is combined with PRO_ICACHE_LOCK1_ADDR_REG and PRO_ICACHE_LOCK1_SIZE_REG. - Field
PRO_ICACHE_LOCK_DONE
reader - The bit is used to indicate lock operation is finished. - Field
PRO_ICACHE_LOCK_ENA
reader - The bit is used to enable lock operation. It will be cleared by hardware after lock operation done. - Field
PRO_ICACHE_LOCK_ENA
writer - The bit is used to enable lock operation. It will be cleared by hardware after lock operation done. - Field
PRO_ICACHE_PRELOAD_DONE
reader - The bit is used to indicate preload operation is finished. - Field
PRO_ICACHE_PRELOAD_ENA
reader - The bit is used to enable preload operation. It will be cleared by hardware after preload operation done. - Field
PRO_ICACHE_PRELOAD_ENA
writer - The bit is used to enable preload operation. It will be cleared by hardware after preload operation done. - Field
PRO_ICACHE_SETSIZE_MODE
reader - The bit is used to configure cache memory size.0: 8KB, 1: 16KB - Field
PRO_ICACHE_SETSIZE_MODE
writer - The bit is used to configure cache memory size.0: 8KB, 1: 16KB - Field
PRO_ICACHE_UNLOCK_DONE
reader - The bit is used to indicate unlock operation is finished. - Field
PRO_ICACHE_UNLOCK_ENA
reader - The bit is used to enable unlock operation. It will be cleared by hardware after unlock operation done. - Field
PRO_ICACHE_UNLOCK_ENA
writer - The bit is used to enable unlock operation. It will be cleared by hardware after unlock operation done.