Module esp32c3::extmem::icache_autoload_ctrl
source · Expand description
This description will be updated in the near future.
Structs
- This description will be updated in the near future.
- Register
ICACHE_AUTOLOAD_CTRLreader - Register
ICACHE_AUTOLOAD_CTRLwriter
Type Definitions
- Field
ICACHE_AUTOLOAD_DONEreader - The bit is used to indicate autoload operation is finished. - Field
ICACHE_AUTOLOAD_ENAreader - The bit is used to enable and disable autoload operation. It is combined with icache_autoload_done. 1: enable, 0: disable. - Field
ICACHE_AUTOLOAD_ENAwriter - The bit is used to enable and disable autoload operation. It is combined with icache_autoload_done. 1: enable, 0: disable. - Field
ICACHE_AUTOLOAD_ORDERreader - The bits are used to configure the direction of autoload. 1: descending, 0: ascending. - Field
ICACHE_AUTOLOAD_ORDERwriter - The bits are used to configure the direction of autoload. 1: descending, 0: ascending. - Field
ICACHE_AUTOLOAD_RQSTreader - The bits are used to configure trigger conditions for autoload. 0/3: cache miss, 1: cache hit, 2: both cache miss and hit. - Field
ICACHE_AUTOLOAD_RQSTwriter - The bits are used to configure trigger conditions for autoload. 0/3: cache miss, 1: cache hit, 2: both cache miss and hit. - Field
ICACHE_AUTOLOAD_SCT0_ENAreader - The bits are used to enable the first section for autoload operation. - Field
ICACHE_AUTOLOAD_SCT0_ENAwriter - The bits are used to enable the first section for autoload operation. - Field
ICACHE_AUTOLOAD_SCT1_ENAreader - The bits are used to enable the second section for autoload operation. - Field
ICACHE_AUTOLOAD_SCT1_ENAwriter - The bits are used to enable the second section for autoload operation.