Module esp32s3_hal::pac::extmem::icache_preload_ctrl
Expand description
******* Description ***********
Structs
******* Description ***********
Register
ICACHE_PRELOAD_CTRL
readerRegister
ICACHE_PRELOAD_CTRL
writerType Definitions
Field
ICACHE_PRELOAD_DONE
reader - The bit is used to indicate preload operation is finished.Field
ICACHE_PRELOAD_ENA
reader - The bit is used to enable preload operation. It will be cleared by hardware after preload operation done.Field
ICACHE_PRELOAD_ENA
writer - The bit is used to enable preload operation. It will be cleared by hardware after preload operation done.Field
ICACHE_PRELOAD_ORDER
reader - The bit is used to configure the direction of preload operation. 1: descending, 0: ascending.Field
ICACHE_PRELOAD_ORDER
writer - The bit is used to configure the direction of preload operation. 1: descending, 0: ascending.