Searched full:dis_download_dcache (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/bootloader_support/src/esp32s2/ |
D | flash_encryption_secure_features.c | 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 | 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 | 19 WR_DIS.DIS_DOWNLOAD_DCACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_DOWNLOAD_DC… 119 DIS_DOWNLOAD_DCACHE, EFUSE_BLK0, 43, 1, [] Disables Dcache when SoC …
|
D | esp_efuse_table.c | 39 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_DOWNLOAD_DCACHE, 438 static const esp_efuse_desc_t DIS_DOWNLOAD_DCACHE[] = { variable 829 &WR_DIS_DIS_DOWNLOAD_DCACHE[0], // [] wr_dis of DIS_DOWNLOAD_DCACHE 1329 &DIS_DOWNLOAD_DCACHE[0], // [] Disables Dcache when SoC is in Download mode
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 19 WR_DIS.DIS_DOWNLOAD_DCACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_DOWNLOAD_DC… 136 DIS_DOWNLOAD_DCACHE, EFUSE_BLK0, 43, 1, [] Set this bit to disable D…
|
D | esp_efuse_table.c | 39 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_DOWNLOAD_DCACHE, 506 static const esp_efuse_desc_t DIS_DOWNLOAD_DCACHE[] = { variable 957 &WR_DIS_DIS_DOWNLOAD_DCACHE[0], // [] wr_dis of DIS_DOWNLOAD_DCACHE 1542 …&DIS_DOWNLOAD_DCACHE[0], // [] Set this bit to disable Dcache in download mode ( boot_mode[3:…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 89 …DIS_DOWNLOAD_DCACHE (BLOCK0) Disables Dcache when SoC is in Download mode …
|
D | summary_ESP32-S3.rst | 73 …DIS_DOWNLOAD_DCACHE (BLOCK0) Set this bit to disable Dcache in download mode…
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | flash_encrypt.c | 334 ESP_LOGW(TAG, "Not disabled UART bootloader Dcache (set DIS_DOWNLOAD_DCACHE->1)"); in esp_flash_encryption_cfg_verify_release_mode()
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 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/esptool/ |
D | cmds.py | 1302 "DIS_DOWNLOAD_DCACHE": (1 << 9), 1374 if get_security_flag_status("DIS_DOWNLOAD_DCACHE", flags):
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 197 /** dis_download_dcache : RO; bitpos: [11]; default: 0; 200 uint32_t dis_download_dcache:1; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 198 /** dis_download_dcache : RO; bitpos: [11]; default: 0; 202 uint32_t dis_download_dcache:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 9 …DIS_DOWNLOAD_DCACHE : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type …
|
D | esp32s3.yaml | 9 …DIS_DOWNLOAD_DCACHE : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type…
|