Home
last modified time | relevance | path

Searched full:dis_download_dcache (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dflash_encryption_secure_features.c54 // 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/
Dflash_encryption_secure_features.c54 // DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, in esp_flash_encryption_enable_secure_features()
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv19 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 …
Desp_efuse_table.c39 {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/
Desp_efuse_table.csv19 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…
Desp_efuse_table.c39 {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/
Dsummary_ESP32-S2.rst89DIS_DOWNLOAD_DCACHE (BLOCK0) Disables Dcache when SoC is in Download mode …
Dsummary_ESP32-S3.rst73DIS_DOWNLOAD_DCACHE (BLOCK0) Set this bit to disable Dcache in download mode…
/hal_espressif-latest/components/bootloader_support/src/
Dflash_encrypt.c334 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/
DKconfig.projbuild1039 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/
Dcmds.py1302 "DIS_DOWNLOAD_DCACHE": (1 << 9),
1374 if get_security_flag_status("DIS_DOWNLOAD_DCACHE", flags):
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Defuse_struct.h197 /** dis_download_dcache : RO; bitpos: [11]; default: 0;
200 uint32_t dis_download_dcache:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Defuse_struct.h198 /** 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/
Desp32s2.yaml9DIS_DOWNLOAD_DCACHE : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type …
Desp32s3.yaml9DIS_DOWNLOAD_DCACHE : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type…