Module esp32s3_hal::pac::extmem::dcache_ctrl
Expand description
******* Description ***********
Structs
******* Description ***********
Register
DCACHE_CTRL
readerRegister
DCACHE_CTRL
writerType Definitions
Field
DCACHE_BLOCKSIZE_MODE
reader - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes,2: 64 bytesField
DCACHE_BLOCKSIZE_MODE
writer - The bit is used to configure cache block size.0: 16 bytes, 1: 32 bytes,2: 64 bytesField
DCACHE_ENABLE
reader - The bit is used to activate the data cache. 0: disable, 1: enableField
DCACHE_ENABLE
writer - The bit is used to activate the data cache. 0: disable, 1: enableField
DCACHE_SIZE_MODE
reader - The bit is used to configure cache memory size.0: 32KB, 1: 64KBField
DCACHE_SIZE_MODE
writer - The bit is used to configure cache memory size.0: 32KB, 1: 64KB