Searched full:dis_dcache (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/bootloader_support/src/esp32s2/ |
D | flash_encryption_secure_features.c | 51 …// Set write-protection for DIS_ICACHE and DIS_DCACHE to prevent bricking chip in case it will be … in esp_flash_encryption_enable_secure_features() 52 // esp32s2 has DIS_ICACHE and DIS_DCACHE. Write-protection bit = 2 for both. in esp_flash_encryption_enable_secure_features() 54 // DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32s3/ |
D | flash_encryption_secure_features.c | 51 …// Set write-protection for DIS_ICACHE and DIS_DCACHE to prevent bricking chip in case it will be … in esp_flash_encryption_enable_secure_features() 52 // esp32s3 has DIS_ICACHE and DIS_DCACHE. Write-protection bit = 2 for both. in esp_flash_encryption_enable_secure_features() 54 // DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 17 WR_DIS.DIS_DCACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_DCACHE 117 DIS_DCACHE, EFUSE_BLK0, 41, 1, [] Set this bit to disable D…
|
D | esp_efuse_table.c | 31 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_DCACHE, 430 static const esp_efuse_desc_t DIS_DCACHE[] = { variable 819 &WR_DIS_DIS_DCACHE[0], // [] wr_dis of DIS_DCACHE 1319 &DIS_DCACHE[0], // [] Set this bit to disable Dcache
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 17 WR_DIS.DIS_DCACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_DCACHE 134 DIS_DCACHE, EFUSE_BLK0, 41, 1, [] Set this bit to disable D…
|
D | esp_efuse_table.c | 31 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_DCACHE, 498 static const esp_efuse_desc_t DIS_DCACHE[] = { variable 947 &WR_DIS_DIS_DCACHE[0], // [] wr_dis of DIS_DCACHE 1532 &DIS_DCACHE[0], // [] Set this bit to disable Dcache
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1013 bool "Skip write-protection of DIS_CACHE (DIS_ICACHE, DIS_DCACHE)" 1018 …DIS_CACHE(for ESP32) or DIS_ICACHE/DIS_DCACHE(for other chips) eFuse when Flash Encryption is enab… 1039 ESP32-S2: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, 1043 ESP32-S3: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 35 …DIS_DCACHE (BLOCK0) Set this bit to disable Dcache …
|
D | summary_ESP32-S3.rst | 15 …DIS_DCACHE (BLOCK0) Set this bit to disable Dcache …
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 189 /** dis_dcache : RO; bitpos: [9]; default: 0; 192 uint32_t dis_dcache:1; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 189 /** dis_dcache : RO; bitpos: [9]; default: 0; 192 uint32_t dis_dcache:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 7 …DIS_DCACHE : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type …
|
D | esp32s3.yaml | 7 …DIS_DCACHE : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type…
|