Module esp32c3_hal::pac::extmem::icache_lock_ctrl
Expand description
This description will be updated in the near future.
Structs
This description will be updated in the near future.
Register
ICACHE_LOCK_CTRL
readerRegister
ICACHE_LOCK_CTRL
writerType Definitions
Field
ICACHE_LOCK_DONE
reader - The bit is used to indicate unlock/lock operation is finished.Field
ICACHE_LOCK_ENA
reader - The bit is used to enable lock operation. It will be cleared by hardware after lock operation done.Field
ICACHE_LOCK_ENA
writer - The bit is used to enable lock operation. It will be cleared by hardware after lock operation done.Field
ICACHE_UNLOCK_ENA
reader - The bit is used to enable unlock operation. It will be cleared by hardware after unlock operation done.Field
ICACHE_UNLOCK_ENA
writer - The bit is used to enable unlock operation. It will be cleared by hardware after unlock operation done.