Module esp32c3_hal::pac::extmem::icache_autoload_ctrl
Expand description
This description will be updated in the near future.
Structs
This description will be updated in the near future.
Register
ICACHE_AUTOLOAD_CTRL
readerRegister
ICACHE_AUTOLOAD_CTRL
writerType Definitions
Field
ICACHE_AUTOLOAD_DONE
reader - The bit is used to indicate autoload operation is finished.Field
ICACHE_AUTOLOAD_ENA
reader - The bit is used to enable and disable autoload operation. It is combined with icache_autoload_done. 1: enable, 0: disable.Field
ICACHE_AUTOLOAD_ENA
writer - The bit is used to enable and disable autoload operation. It is combined with icache_autoload_done. 1: enable, 0: disable.Field
ICACHE_AUTOLOAD_ORDER
reader - The bits are used to configure the direction of autoload. 1: descending, 0: ascending.Field
ICACHE_AUTOLOAD_ORDER
writer - The bits are used to configure the direction of autoload. 1: descending, 0: ascending.Field
ICACHE_AUTOLOAD_RQST
reader - 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_RQST
writer - 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_ENA
reader - The bits are used to enable the first section for autoload operation.Field
ICACHE_AUTOLOAD_SCT0_ENA
writer - The bits are used to enable the first section for autoload operation.Field
ICACHE_AUTOLOAD_SCT1_ENA
reader - The bits are used to enable the second section for autoload operation.Field
ICACHE_AUTOLOAD_SCT1_ENA
writer - The bits are used to enable the second section for autoload operation.